@jsep-plugin/arrow
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@jsep-plugin/arrow", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Adds arrow-function support", | ||
@@ -35,3 +35,3 @@ "author": "Shelly (https://github.com/6utt3rfly)", | ||
"scripts": { | ||
"build": "rollup -c ../../plugin.rollup.config.js && cp ../../package-cjs.json dist/cjs/package.json", | ||
"build": "rollup -c ../../plugin.rollup.config.js && cp ../../package-cjs.json dist/cjs/package.json && cp ../../LICENSE ./", | ||
"test": "cd ../../ && http-server -p 49649 --silent & node-qunit-puppeteer http://localhost:49649/packages/arrow/test/unit_tests.html", | ||
@@ -38,0 +38,0 @@ "lint": "eslint src/**/*.js test/**/*.js" |
29871
16