mirror of
https://github.com/valentineus/iii-client.git
synced 2025-06-06 07:23:35 +03:00
Redesigned assembly package
This commit is contained in:
parent
9bbf640866
commit
be7f975919
5
.babelrc
Normal file
5
.babelrc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
presets: ["es2015"],
|
||||||
|
sourceMaps: "both",
|
||||||
|
comments: false
|
||||||
|
}
|
2275
package-lock.json
generated
2275
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -30,8 +30,7 @@
|
|||||||
"eslint": "^3.19.0"
|
"eslint": "^3.19.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check": "eslint ./src/*",
|
"build": "babel --source-maps --out-file ./dist/index.js ./src/index.js",
|
||||||
"compile": "babel --presets es2015 --minified --no-comments --source-maps --out-file ./lib/index.js ./src/index.js",
|
"check": "eslint ./src/*"
|
||||||
"prepublish": "npm run check && npm run compile"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user