Skip to content

Commit

Permalink
Merge pull request #25 from innovativeinnovation/cho-update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
williambelle committed Jan 30, 2020
2 parents beeefd6 + 11fd95e commit 73c2da5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"author": "William Belle <william.belle@gmail.com>",
"license": "Apache-2.0",
"repository": "https://github.com/innovativeinnovation/is-google-analytics-anonymized.git",
"repository": "innovativeinnovation/is-google-analytics-anonymized",
"engines": {
"node": ">=8"
},
Expand All @@ -28,21 +28,21 @@
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
"mocha": "^7.0.1",
"nyc": "^15.0.0"
},
"dependencies": {
"colors": "^1.4.0",
"log-symbols": "^3.0.0",
"phantomjs-prebuilt": "^2.1.16",
"querystring": "^0.2.0",
"url": "^0.11.0",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
}
}

0 comments on commit 73c2da5

Please sign in to comment.