/build/ and /test/ should only have devDependencies

This commit is contained in:
Alexandru Dima 2020-12-17 10:00:36 +01:00
parent 0929ea86cd
commit bb157721fb
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 7 additions and 13 deletions

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@azure/cosmos": "^3.9.3",
"@types/ansi-colors": "^3.2.0",
"@types/azure": "0.9.19",
"@types/debounce": "^1.0.0",
@ -58,8 +59,5 @@
"watch": "tsc -p tsconfig.build.json --watch",
"postinstall": "npm run compile",
"npmCheckJs": "tsc --noEmit"
},
"dependencies": {
"@azure/cosmos": "^3.9.3"
}
}

View file

@ -27,15 +27,13 @@
"@types/node": "^12.11.7",
"@types/tmp": "0.1.0",
"cpx": "^1.5.0",
"npm-run-all": "^4.1.5",
"tree-kill": "1.2.2",
"typescript": "3.7.5",
"watch": "^1.0.2"
},
"dependencies": {
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"tmp": "0.1.0",
"vscode-uri": "^2.0.3"
"tree-kill": "1.2.2",
"typescript": "3.7.5",
"vscode-uri": "^2.0.3",
"watch": "^1.0.2"
}
}

View file

@ -24,14 +24,12 @@
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"portastic": "^1.0.1",
"rimraf": "^2.6.1",
"strip-json-comments": "^2.0.1",
"tmp": "0.0.33",
"typescript": "3.7.5",
"watch": "^1.0.2"
},
"dependencies": {
"npm-run-all": "^4.1.5"
}
}