Skip to content

Commit

Permalink
[Dev Deps] update tape, jscs, eslint, @ljharb/eslint-config, …
Browse files Browse the repository at this point in the history
…`core-js`, `es6-shim`
  • Loading branch information
ljharb committed Feb 14, 2016
1 parent 2766a04 commit f0fc78c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@

"requireEnhancedObjectLiterals": false,

"requireObjectDestructuring": false
"requireObjectDestructuring": false,

"requireEarlyReturn": false,

"requireCapitalizedConstructorsNew": {
"allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"]
}
}

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
"object.entries": "^1.0.3"
},
"devDependencies": {
"tape": "^4.3.0",
"tape": "^4.4.0",
"covert": "^1.1.0",
"jscs": "^2.7.0",
"jscs": "^2.9.0",
"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": "^1.10.3",
"@ljharb/eslint-config": "^1.6.0",
"eslint": "^2.0.0",
"@ljharb/eslint-config": "^2.1.0",
"nsp": "^2.2.0",
"replace": "^0.3.0",
"es6-shim": "^0.34.0",
"core-js": "^2.0.0"
"es6-shim": "^0.34.4",
"core-js": "^2.1.0"
},
"testling": {
"files": "test/native.js",
Expand Down

0 comments on commit f0fc78c

Please sign in to comment.