Comparing version 0.2.4 to 0.3.0
{ | ||
"name": "mireco", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"description": "MIcro REact COmponents - extensible library for interfaces with no heavy deps", | ||
@@ -10,3 +10,3 @@ "repository": "git@github.com:bor3ham/mireco.git", | ||
"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 && npm install && npm run 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", | ||
"prepare": "node scripts/esbuild-release.js" | ||
@@ -23,4 +23,4 @@ }, | ||
"peerDependencies": { | ||
"react": "~16.8.6", | ||
"react-dom": "~16.8.6" | ||
"react": "^16.8.5 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -32,4 +32,6 @@ "devDependencies": { | ||
"eslint": "^6.4.0", | ||
"eslint-plugin-react": "^7.14.3" | ||
"eslint-plugin-react": "^7.14.3", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1" | ||
} | ||
} |
@@ -99,4 +99,4 @@ # mireco | ||
``` | ||
yarn | ||
yarn watch | ||
npm install | ||
npm run watch | ||
``` | ||
@@ -103,0 +103,0 @@ |
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
243412
7