We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc15af commit bb932bcCopy full SHA for bb932bc
2 files changed
.npmignore
@@ -0,0 +1,10 @@
1
+src
2
+runtime-1
3
+runtime-test
4
+packages/hello-world
5
+packages/definition
6
+node_modules
7
+.idea
8
+hello_world.*
9
+main.dSYM
10
+main
package.json
@@ -15,12 +15,6 @@
15
"language",
16
"javascript"
17
],
18
- "files": [
19
- "dist/*",
20
- "bin/*",
21
- "packages/*",
22
- "staticscript.d.ts"
23
- ],
24
"bin": {
25
"ssc": "./bin/ssc"
26
},
0 commit comments