chore(create-freesewing-pattern): Removed unused scripts
This commit is contained in:
parent
ba6968ceb0
commit
3707cfb93c
1 changed files with 1 additions and 12 deletions
|
@ -20,14 +20,6 @@
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
|
||||||
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
|
|
||||||
"pubtest": "npm publish --registry http://localhost:6662",
|
|
||||||
"pubforce": "npm publish",
|
|
||||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
||||||
"start": "rollup -c -w",
|
|
||||||
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js"
|
|
||||||
},
|
|
||||||
"peerDependencies": {},
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.1.1",
|
"chalk": "^4.1.1",
|
||||||
|
@ -64,12 +56,9 @@
|
||||||
"tag": "latest"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0",
|
"node": ">=14.0.0",
|
||||||
"npm": ">=6"
|
"npm": ">=6"
|
||||||
},
|
},
|
||||||
"rollup": {
|
|
||||||
"exports": "default"
|
|
||||||
},
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-freesewing-pattern": "index.js"
|
"create-freesewing-pattern": "index.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue