Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "mireco", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "MIcro REact COmponents - extensible library for interfaces with no heavy deps", | ||
@@ -11,3 +11,3 @@ "main": "dist/mireco.js", | ||
"scripts": { | ||
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo; yarn; yarn build; cd ..; git add .; git add -f demo/dist; git add -f demo/node_modules/uptick-demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo gh-pages`:gh-pages --force;", | ||
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages && git checkout -b gh-pages && cd demo && yarn && yarn build && cd .. && git add . && git add -f demo/dist && git add -f demo/node_modules/uptick-demo-site/dist && git commit -m \"Demo site build\" && git push origin gh-pages && git checkout master && git push origin `git subtree split --prefix demo gh-pages`:gh-pages --force", | ||
"build-js": "./node_modules/.bin/webpack --config webpack.build.js", | ||
@@ -14,0 +14,0 @@ "watch-js": "./node_modules/.bin/webpack --config webpack.dev.js --watch", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182689
3004