mirror of
https://github.com/datashard/snapshot.git
synced 2025-05-16 20:27:22 +00:00
remove unneeded packages and remove cypress tests from final package
This commit is contained in:
parent
0d303b9da5
commit
c7187cb05e
2 changed files with 2 additions and 13 deletions
1
.npmignore
Normal file
1
.npmignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
cypress/
|
14
package.json
14
package.json
|
@ -29,13 +29,7 @@
|
||||||
"url": "https://github.com/datashard/snapshot.git"
|
"url": "https://github.com/datashard/snapshot.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ban": "ban",
|
|
||||||
"deps": "deps-ok && dependency-check --no-dev .",
|
|
||||||
"issues": "git-issues",
|
|
||||||
"license": "license-checker --production --onlyunknown --csv",
|
|
||||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||||
"test": "npm run unit",
|
|
||||||
"unit": "mocha src/*-spec.js",
|
|
||||||
"unused-deps": "dependency-check --unused --no-dev . --entry src/index.js",
|
"unused-deps": "dependency-check --unused --no-dev . --entry src/index.js",
|
||||||
"semantic-release": "semantic-release",
|
"semantic-release": "semantic-release",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
|
@ -43,15 +37,9 @@
|
||||||
"cypress:run": "cypress run"
|
"cypress:run": "cypress run"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ban-sensitive-files": "1.9.15",
|
|
||||||
"cypress": "10.6.0",
|
"cypress": "10.6.0",
|
||||||
"debug": "3.2.7",
|
"debug": "3.2.7",
|
||||||
"dependency-check": "2.10.1",
|
"dependency-check": "2.10.1"
|
||||||
"deps-ok": "1.4.1",
|
|
||||||
"git-issues": "1.3.1",
|
|
||||||
"license-checker": "15.0.0",
|
|
||||||
"mocha": "6.2.3",
|
|
||||||
"semantic-release": "17.4.3"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@wildpeaks/snapshot-dom": "1.6.0",
|
"@wildpeaks/snapshot-dom": "1.6.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue