Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Oct 9, 2019
1 parent 79d5205 commit 24e51c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "8.3.0",
"rollup-plugin-node-resolve": "3.0.3",
"@js-lib/cli": "^1.2.0",
"@js-lib/cli": "^1.4.2",
"cross-env": "5.2.0",
"rimraf": "2.6.2",
"@babel/cli": "7.1.5",
Expand All @@ -61,9 +61,10 @@
"@babel/runtime": "^7.1.2"
},
"files": [
"/dist"
"/dist",
"*.d.ts"
],
"engines": {
"node": ">= 0.12.0"
}
}
}

0 comments on commit 24e51c9

Please sign in to comment.