Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luvsunlight committed Aug 14, 2019
1 parent 7ef8fbc commit 12cdbf0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 38 deletions.
93 changes: 56 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"amd:main": "dist/index.umd.js",
"files": [
"dist",
"src",
"README.md"
],
"scripts": {
Expand All @@ -23,7 +24,9 @@
},
"author": "prozac <516060659@qq.com> (https://github.com/luvsunlight)",
"license": "MIT",
"dependencies": {},
"dependencies": {
"rollup-plugin-uglify": "^6.0.2"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
Expand Down

0 comments on commit 12cdbf0

Please sign in to comment.