Skip to content

Commit 4460e44

Browse files
committed
Feature(hello-world): Fix issues to compile
1 parent 9967b49 commit 4460e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build": "ssc"
7+
"build": "ssc src/hello.ts"
88
},
99
"author": "Dmitry Patsura <talk@dmtry.me>",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"static-script": "^0.4.0"
12+
"static-script": "^0.4.1"
1313
}
1414
}

0 commit comments

Comments
 (0)