Skip to content

Commit

Permalink
fix: remove redundant defs, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Apr 29, 2019
1 parent 3444b09 commit fcf6cff
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .dist.eslintrc
@@ -1,7 +1,7 @@
{
"extends": ["eslint:recommended"],
"env": {
"node": true,
"node": false,
"browser": true,
"amd": true,
"es6": true
Expand Down
1 change: 0 additions & 1 deletion .lib.eslintrc
@@ -1,7 +1,6 @@
{
"extends": ["eslint:recommended", "plugin:node/recommended"],
"env": {
"node": true,
"browser": true
},
"rules": {
Expand Down
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -35,18 +35,17 @@
"semver": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"Base64": "^1.0.2",
"babelify": "^10.0.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.18.3",
"body-parser": "^1.19.0",
"browserify": "^16.2.3",
"caniuse-lite": "^1.0.30000963",
"codecov": "^3.3.0",
"cookie-parser": "^1.4.4",
"cross-env": "^5.2.0",
Expand All @@ -69,7 +68,7 @@
"should": "^13.2.3",
"should-http": "^0.1.1",
"tinyify": "^2.5.0",
"uglify-js": "^3.5.8",
"uglify-js": "^3.5.9",
"xo": "0.24.0",
"zuul": "^3.12.0"
},
Expand Down

0 comments on commit fcf6cff

Please sign in to comment.