Skip to content

Commit

Permalink
[Dev Deps] update jscs, eslint, @ljharb/eslint-config, nsp, `…
Browse files Browse the repository at this point in the history
…es6-shim`, `core-js`
  • Loading branch information
ljharb committed May 18, 2016
1 parent 9cb7c69 commit 6034d56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"devDependencies": {
"tape": "^4.5.1",
"covert": "^1.1.0",
"jscs": "^3.0.1",
"jscs": "^3.0.3",
"foreach": "^2.0.5",
"object.entries": "^1.0.3",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"semver": "^5.1.0",
"eslint": "^2.7.0",
"@ljharb/eslint-config": "^2.2.0",
"nsp": "^2.3.0",
"eslint": "^2.10.2",
"@ljharb/eslint-config": "^4.0.1",
"nsp": "^2.4.0",
"replace": "^0.3.0",
"es6-shim": "^0.35.0",
"core-js": "^2.2.2"
"es6-shim": "^0.35.1",
"core-js": "^2.4.0"
},
"testling": {
"files": "test/native.js",
Expand Down

0 comments on commit 6034d56

Please sign in to comment.