diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-06 13:48:05 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-06 13:48:05 +0100 |
commit | a0b13ebcacfd74b9f521110c7225bb404325bcd3 (patch) | |
tree | a07c5cc422645e31d7dfef81ce4e54f03f0945f6 /package.json | |
parent | 9f2696e8a2cf7e4eebc1cc7e31027fe2070094fa (diff) | |
download | svg.js-a0b13ebcacfd74b9f521110c7225bb404325bcd3.tar.gz svg.js-a0b13ebcacfd74b9f521110c7225bb404325bcd3.zip |
reordered modules, add es6 build
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
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", |