mirror of
https://github.com/esiur/iui.git
synced 2025-12-14 02:20:25 +00:00
scope
This commit is contained in:
10
package.json
10
package.json
@@ -8,8 +8,16 @@
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.16.0",
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.0",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify src/iui.js -t babelify --outfile build/iui.js",
|
||||
"prepublish": "browserify src/iui.js -t babelify --outfile build/iui.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user