@jsep-plugin/object
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@jsep-plugin/object", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Adds object expression 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/object/test/unit_tests.html", | ||
@@ -38,0 +38,0 @@ "lint": "eslint src/**/*.js test/**/*.js" |
31241
16