mirror of
https://github.com/scratchfoundation/scratch-asset-types.git
synced 2024-11-14 19:15:04 -05:00
ci: move devDependencies to dependencies
This commit is contained in:
parent
08c2020300
commit
6e8890dd8c
2 changed files with 75 additions and 6375 deletions
6440
package-lock.json
generated
6440
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -7,18 +7,16 @@
|
|||
"url": "git+ssh://git@github.com/scratchfoundation/scratch-asset-types.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap ./test/unit/*.js",
|
||||
"lint": "eslint . --ext .js"
|
||||
"test": "make test",
|
||||
"lint": "make lint"
|
||||
},
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"babel-eslint": "^8.0.3",
|
||||
"eslint": "^4.13.1",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"tap": "^11.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"tap": "^11.1.4",
|
||||
"read-chunk": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue