Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Apr 2, 2017
1 parent 0f27e35 commit ddcde5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4,525 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.0",
"extract-docs": "1.3.0",
"extract-docs": "1.4.0",
"flow-bin": "0.35.0",
"immutable": "3.8.1",
"lodash": "4.16.4",
"nyc": "8.3.1",
"seamless-immutable": "6.1.0",
"uglifyjs": "2.4.10",
"xxl": "0.1.1"
"xxl": "1.2.0"
},
"scripts": {
"ava": "ava --watch",
Expand All @@ -51,7 +51,7 @@
"uglify": "cross-env NODE_ENV=production envify lib/timm.js | uglifyjs - -o lib/timm.min.js --mangle --compress --comments \"/^!/\"",
"build": "npm run lint && npm run flow && npm run compile && npm run uglify && npm run testCovFull && npm run docs && npm run xxl",
"travis": "npm run compile && npm run testCovNoMin",
"xxl": "xxl --src \"[\\\"src\\\"]\"",
"xxl": "xxl",
"benchmarks": "coffee tools/benchmarks.coffee"
},
"ava": {
Expand Down
Loading

0 comments on commit ddcde5d

Please sign in to comment.