Skip to content
Snippets Groups Projects
Commit 467a1eb7 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update deps

parent bfbab213
No related branches found
No related tags found
1 merge request!18Resolves - Provisional Release Setup
This diff is collapsed.
......@@ -8,8 +8,7 @@
"fix": "npm run tslint -- --fix",
"lint": "tslint -c tslint.json 'types/**/*.d.ts' 'src/**/*.d.ts'",
"npm-cli-login": "npm-cli-login",
"pre-commit": "pretty-quick --staged && npm run lint",
"pre-push": "npm run pre-commit",
"prepare": "husky install",
"start": "cd example && npm i && npm run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
......@@ -22,7 +21,7 @@
"devDependencies": {
"@types/d3": "^7.1.0",
"@types/node": "^14.6.0",
"husky": "^4.2.5",
"husky": "^7.0.4",
"prettier": "^2.1.0",
"pretty-quick": "^3.0.0",
"tslint": "^6.1.3",
......@@ -30,15 +29,9 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@ghsc/nshmp-utils": "^4.2.0",
"@ghsc/nshmp-web-utils": "^1.0.0",
"d3": "^7.3.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit",
"pre-push": "npm run pre-push"
}
},
"publishConfig": {
"@ghsc:registry": "https://code.usgs.gov/api/v4/projects/4335/packages/npm/"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment