Skip to content

Commit 24e51c9

Browse files
committedOct 9, 2019
up
1 parent 79d5205 commit 24e51c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"rollup-plugin-babel": "^4.0.3",
4444
"rollup-plugin-commonjs": "8.3.0",
4545
"rollup-plugin-node-resolve": "3.0.3",
46-
"@js-lib/cli": "^1.2.0",
46+
"@js-lib/cli": "^1.4.2",
4747
"cross-env": "5.2.0",
4848
"rimraf": "2.6.2",
4949
"@babel/cli": "7.1.5",
@@ -61,9 +61,10 @@
6161
"@babel/runtime": "^7.1.2"
6262
},
6363
"files": [
64-
"/dist"
64+
"/dist",
65+
"*.d.ts"
6566
],
6667
"engines": {
6768
"node": ">= 0.12.0"
6869
}
69-
}
70+
}

0 commit comments

Comments
 (0)
Please sign in to comment.