mirror of
https://github.com/primer/css.git
synced 2024-11-13 08:04:16 +03:00
removing setup script and version from devdeps
This commit is contained in:
parent
6687bcbbc2
commit
964884ed57
11
package.json
11
package.json
@ -16,18 +16,17 @@
|
||||
"url": "https://github.com/primer/primer/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
|
||||
"build": "primer-module-build index.scss",
|
||||
"prepublish": "npm run setup && npm run build",
|
||||
"prepublish": "npm run build",
|
||||
"test": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-core": "^1.0.0",
|
||||
"primer-marketing": "^1.0.0",
|
||||
"primer-product": "^1.0.0"
|
||||
"primer-core": "~1.0.0",
|
||||
"primer-marketing": "~1.0.0",
|
||||
"primer-product": "~1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "^1.0.2"
|
||||
"primer-module-build": "*"
|
||||
},
|
||||
"keywords": [
|
||||
"primer",
|
||||
|
Loading…
Reference in New Issue
Block a user