Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Mar 25, 2018
1 parent 5759546 commit 33d8127
Show file tree
Hide file tree
Showing 2 changed files with 706 additions and 143 deletions.
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -11,11 +11,11 @@
"devDependencies": {
"gzip-size-cli": "^2.1.0",
"lolex": "^2.3.2",
"nyc": "^11.4.1",
"nyc": "^11.6.0",
"prettier-standard": "^8.0.0",
"standard": "^11.0.0",
"standard": "^11.0.1",
"tape": "^4.9.0",
"uglify-js": "^3.3.14"
"uglify-js": "^3.3.16"
},
"scripts": {
"clean": "rm -rf *.log coverage",
Expand All @@ -25,6 +25,9 @@
"test": "tape 'test/**/*.js'",
"weight": "uglifyjs index.js --compress --mangle --toplevel | gzip-size"
},
"files": [
"index.js"
],
"keywords": [
"animate",
"terminal",
Expand Down

0 comments on commit 33d8127

Please sign in to comment.