web-components-starter
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"name": "web-components-starter", | ||
@@ -9,29 +9,37 @@ "description": "A Web Components starter project", | ||
], | ||
"main": "dist/build-no-polyfills/module/main.js", | ||
"main": "dist/build-no-polyfills-esm/esm/main.js", | ||
"scripts": { | ||
"browser-sync": "browser-sync start --server --serveStatic ./dist/ --files ./dist/**/*.*", | ||
"build-custom-elements-shady-dom": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.custom.elements.shady.dom.js && npm run copy-custom-elements-shady-dom", | ||
"build-custom-elements-shady-dom-esm": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm", | ||
"build-custom-elements-shady-dom-systemjs": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs", | ||
"build-ie11-systemjs": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs", | ||
"build-ie11-iife": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife", | ||
"build-no-polyfills": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.no.polyfills.js && npm run copy-no-polyfills", | ||
"build-no-polyfills-esm": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm", | ||
"build-no-polyfills-iife": "npm run check && rimraf ./dist && mkdirp ./dist && rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife", | ||
"build": "npm run build-ie11-iife", | ||
"bundle-modules": "rimraf ./bundle && mkdirp ./bundle && npm run build-ie11-systemjs && ncp ./dist ./bundle/build-ie11-systemjs && rimraf ./dist && npm run build-ie11-iife && ncp ./dist ./bundle/build-ie11-iife && rimraf ./dist && npm run build-no-polyfills && ncp ./dist ./bundle/build-no-polyfills && rimraf ./dist && npm run build-custom-elements-shady-dom && ncp ./dist ./bundle/build-custom-elements-shady-dom && rimraf ./dist && ncp ./bundle ./dist && rimraf ./bundle", | ||
"bundle-modules": "rimraf ./bundle && mkdirp ./bundle && rimraf ./dist && npm run build-ie11-systemjs && ncp ./dist ./bundle/build-ie11-systemjs && rimraf ./dist && npm run build-ie11-iife && ncp ./dist ./bundle/build-ie11-iife && rimraf ./dist && npm run build-no-polyfills-esm && ncp ./dist ./bundle/build-no-polyfills-esm && rimraf ./dist && npm run build-no-polyfills-iife && ncp ./dist ./bundle/build-no-polyfills-iife && rimraf ./dist && npm run build-custom-elements-shady-dom-esm && ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && rimraf ./dist && ncp ./bundle ./dist && rimraf ./bundle", | ||
"check": "bin/npm_check", | ||
"copy-custom-elements-shady-dom": "ncp src/index.custom.elements.shady.dom.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy-custom-elements-shady-dom-esm": "ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy-custom-elements-shady-dom-systemjs": "ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy-ie11-systemjs": "ncp src/index.ie11-systemjs.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy-ie11-iife": "ncp src/index.ie11-iife.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy-no-polyfills": "ncp src/index.no.polyfills.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy": "npm run copy-no-polyfills", | ||
"copy-no-polyfills-esm": "ncp src/index.no.polyfills-esm.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy-no-polyfills-iife": "ncp src/index.no.polyfills-iife.html dist/index.html && ncp assets/favicon.ico dist/", | ||
"copy": "npm run copy-ie11-iife", | ||
"deploy": "gh-pages -d dist", | ||
"predeploy": "NODE_ENV=production npm run build-ie11-iife", | ||
"prepublishOnly": "NODE_ENV=production npm run bundle-modules", | ||
"serve-custom-elements-shady-dom": "cd src/ && ln -sf ./index.custom.elements.shady.dom.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.custom.elements.shady.dom.js & npm run browser-sync", | ||
"serve-custom-elements-shady-dom-esm": "cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js & npm run browser-sync", | ||
"serve-custom-elements-shady-dom-systemjs": "cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js & npm run browser-sync", | ||
"serve-ie11-systemjs": "cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.ie11-systemjs.js & npm run browser-sync", | ||
"serve-ie11-iife": "cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.ie11-iife.js & npm run browser-sync", | ||
"serve-no-polyfills": "cd src/ && ln -sf ./index.no.polyfills.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.no.polyfills.js & npm run browser-sync", | ||
"serve": "npm run serve-no-polyfills", | ||
"start-custom-elements-shady-dom": "npm run build-custom-elements-shady-dom && npm run serve-custom-elements-shady-dom", | ||
"serve-no-polyfills-esm": "cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.no.polyfills-esm.js & npm run browser-sync", | ||
"serve-no-polyfills-iife": "cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.no.polyfills-iife.js & npm run browser-sync", | ||
"serve": "serve-ie11-iife", | ||
"start-custom-elements-shady-dom-esm": "npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm", | ||
"start-custom-elements-shady-dom-systemjs": "npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs", | ||
"start-ie11-systemjs": "npm run build-ie11-systemjs && npm run serve-ie11-systemjs", | ||
"start-ie11-iife": "npm run build-ie11-iife && npm run serve-ie11-iife", | ||
"start-no-polyfills": "npm run build-no-polyfills && npm run serve-no-polyfills", | ||
"start-no-polyfills-esm": "npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm", | ||
"start-no-polyfills-iife": "npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife", | ||
"start": "npm run start-ie11-iife", | ||
@@ -38,0 +46,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105182
65
707
7