We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c5af1 commit 061ecffCopy full SHA for 061ecff
.npmignore
@@ -0,0 +1 @@
1
+node_modules
package.json
@@ -9,7 +9,6 @@
9
"scripts": {
10
"prepublishOnly": "tsc --build --clean && tsc",
11
"test": "tsc --noEmit && ava",
12
- "prebuild": "tsc --build --clean",
13
"build": "tsc --build --clean && tsc",
14
"postbuild": "copyfiles -u 1 test/parser/samples/*.txt dist/test",
15
"prepare": "npm run build",
@@ -31,7 +30,7 @@
31
30
"np": "^6.2.3"
32
},
33
"files": [
34
- "dist/source",
+ "dist/src",
35
"dist/test"
36
],
37
"types": "dist/src/",
0 commit comments