summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-06 13:48:05 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-06 13:48:05 +0100
commita0b13ebcacfd74b9f521110c7225bb404325bcd3 (patch)
treea07c5cc422645e31d7dfef81ce4e54f03f0945f6 /package.json
parent9f2696e8a2cf7e4eebc1cc7e31027fe2070094fa (diff)
downloadsvg.js-a0b13ebcacfd74b9f521110c7225bb404325bcd3.tar.gz
svg.js-a0b13ebcacfd74b9f521110c7225bb404325bcd3.zip
reordered modules, add es6 build
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f77fe3c..3c6ef31 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,8 @@
"license": "MIT",
"typings": "./svg.js.d.ts",
"scripts": {
- "build": "npx rollup -c",
+ "build": "npx eslint ./src --fix && npx rollup -c",
+ "rollup": "npx rollup -c",
"lint": "npx eslint ./src",
"fix": "npx eslint ./src --fix",
"test": "npx karma start .config/karma.conf.js --single-run",