We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d5205 commit 24e51c9Copy full SHA for 24e51c9
1 file changed
package.json
@@ -43,7 +43,7 @@
43
"rollup-plugin-babel": "^4.0.3",
44
"rollup-plugin-commonjs": "8.3.0",
45
"rollup-plugin-node-resolve": "3.0.3",
46
- "@js-lib/cli": "^1.2.0",
+ "@js-lib/cli": "^1.4.2",
47
"cross-env": "5.2.0",
48
"rimraf": "2.6.2",
49
"@babel/cli": "7.1.5",
@@ -61,9 +61,10 @@
61
"@babel/runtime": "^7.1.2"
62
},
63
"files": [
64
- "/dist"
+ "/dist",
65
+ "*.d.ts"
66
],
67
"engines": {
68
"node": ">= 0.12.0"
69
}
-}
70
+}
0 commit comments