mirror of
https://github.com/datashard/snapshot.git
synced 2025-05-02 23:17:21 +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"
|
||||
},
|
||||
"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}\";",
|
||||
"test": "npm run unit",
|
||||
"unit": "mocha src/*-spec.js",
|
||||
"unused-deps": "dependency-check --unused --no-dev . --entry src/index.js",
|
||||
"semantic-release": "semantic-release",
|
||||
"cypress:open": "cypress open",
|
||||
|
@ -43,15 +37,9 @@
|
|||
"cypress:run": "cypress run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ban-sensitive-files": "1.9.15",
|
||||
"cypress": "10.6.0",
|
||||
"debug": "3.2.7",
|
||||
"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"
|
||||
"dependency-check": "2.10.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wildpeaks/snapshot-dom": "1.6.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue