Skip to content

Commit

Permalink
[Dev Deps] update eslint, es6-shim, core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 1, 2016
1 parent 9b8e53b commit ac1e3ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"semver": "^5.1.0",
"eslint": "^2.1.0",
"eslint": "^2.2.0",
"@ljharb/eslint-config": "^2.1.1",
"nsp": "^2.2.0",
"replace": "^0.3.0",
"es6-shim": "^0.34.4",
"core-js": "^2.1.0"
"es6-shim": "^0.35.0",
"core-js": "^2.1.3"
},
"testling": {
"files": "test/native.js",
Expand Down

0 comments on commit ac1e3ac

Please sign in to comment.