diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-13 11:19:05 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 13:47:39 +0100 |
commit | 57d7dd0232b283874f09bb08e6d05ccfc6d1da24 (patch) | |
tree | c18718ec76d5532e56bc7dc53d7869413f3ecaf5 /package.json | |
parent | 54d407608efec1ca37f18178082bb9703cf8bc1e (diff) | |
download | svg.js-57d7dd0232b283874f09bb08e6d05ccfc6d1da24.tar.gz svg.js-57d7dd0232b283874f09bb08e6d05ccfc6d1da24.zip |
make es5 tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 65f38ca..b3701fe 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "scripts": { "build": "npm run fix && npm run rollup", "build:polyfills": "npx rollup -c .config/rollup.polyfills.js", + "build:tests": "npx rollup -c rollup.tests.js", "fix": "npx eslint ./src --fix", "lint": "eslint ./src", "rollup": "rollup -c .config/rollup.config.js", @@ -96,6 +97,7 @@ "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-filesize": "^5.0.1", + "rollup-plugin-multi-entry": "^2.0.2", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-terser": "^3.0.0", "rollup-plugin-uglify": "^6.0.0", |