diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-03 16:19:21 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-03 16:19:21 +0100 |
commit | 6d164340d99434b9c11099a2e74d7cf4a4a7e322 (patch) | |
tree | c98d3b295f53c58f6affdb62d5df0ee546c29bdf /package.json | |
parent | 135f9d03c11a295ff5a9e4bdc4683e8ea35e2f38 (diff) | |
download | svg.js-6d164340d99434b9c11099a2e74d7cf4a4a7e322.tar.gz svg.js-6d164340d99434b9c11099a2e74d7cf4a4a7e322.zip |
fixed methods not returning this and missing methods on List
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/package.json b/package.json index 0f9aa67..6457066 100644 --- a/package.json +++ b/package.json @@ -63,18 +63,16 @@ "test:ci": "karma start .config/karma.conf.saucelabs.js", "test:svgdom": "node -r esm ./spec/runSVGDomTest.js || true", "test:es6": "npx karma start .config/karma.es6.js --single-run", - "bower:copy": "cd ../svg.js-bower && git pull && cp ../svg.js/LICENSE.txt ../svg.js/README.md ../svg.js/dist/svg.js ../svg.js/dist/svg.js.map ../svg.js/dist/svg.min.js ../svg.js/dist/svg.min.js.map ../svg.js/dist/polyfills.js ../svg.js/dist/polyfillsIE.js .", - "bower:tag": "cd ../svg.js-bower git add -- LICENSE README.md svg.js svg.js.map svg.min.js svg.min.js.map && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" ${npm_package_version} && git push && git push --tags", "zip": "zip -j dist/svg.js.zip -- LICENSE.txt README.md CHANGELOG.md dist/svg.js dist/svg.js.map dist/svg.min.js dist/svg.min.js.map dist/polyfills.js dist/polyfillsIE.js", "prepublishOnly": "npm run build && npm run build:polyfills && npm test", - "postpublish": "git push && git push --tags && npm run bower:copy && npm run bower:tag && npm run zip" + "postpublish": "npm run zip" }, "devDependencies": { - "@babel/core": "^7.1.2", + "@babel/core": "^7.1.6", "@babel/plugin-external-helpers": "^7.0.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/polyfill": "^7.0.0", - "@babel/preset-env": "^7.1.0", + "@babel/preset-env": "^7.1.6", "@babel/runtime": "^7.1.5", "@babel/runtime-corejs2": "^7.1.5", "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill", @@ -91,13 +89,13 @@ "http-server": "^0.11.1", "jasmine": "^3.3.0", "jasmine-core": "^3.3.0", - "karma": "^3.1.1", + "karma": "^3.1.3", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^1.1.0", - "karma-jasmine": "^2.0.0", + "karma-jasmine": "^2.0.1", "karma-sauce-launcher": "^1.2.0", - "rollup": "^0.67.0", + "rollup": "^0.67.4", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-filesize": "^5.0.1", @@ -105,8 +103,8 @@ "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-terser": "^3.0.0", "rollup-plugin-uglify": "^6.0.0", - "svgdom": "latest", "rollup-plugin-uglify-es": "0.0.1", + "svgdom": "latest", "webpack": "^4.26.1", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.10", |