File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @casl/react" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.0.0-development " ,
44 "description" : " React component for CASL which makes it easy to add permissions in any React application" ,
55 "main" : " dist/umd/index.js" ,
66 "module" : " index.js" ,
77 "es2015" : " dist/es6/index.js" ,
88 "typings" : " ./index.d.ts" ,
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " git@ github.com: stalniy/casl.git"
11+ "url" : " https:// github.com/ stalniy/casl.git"
1212 },
1313 "publishConfig" : {
1414 "access" : " public"
1818 "build.es" : " npm run rollup -- -c ../../tools/rollup.es.js" ,
1919 "build.umd" : " npm run rollup -- -c ../../tools/rollup.umd.js -n casl.react" ,
2020 "build.es5m" : " npm run rollup -- -c ../../tools/rollup.es5m.js" ,
21- "build" : " npm run build.es && npm run build.umd && npm run build.es5m"
21+ "build" : " npm run build.es && npm run build.umd && npm run build.es5m" ,
22+ "test" : " NODE_ENV=test jest --config ../../tools/jest.config.js" ,
23+ "prerelease" : " npm test && NODE_ENV=production npm run build" ,
24+ "release" : " semantic-release -e semantic-release-monorepo -e ../../tools/semantic-release"
2225 },
2326 "keywords" : [
2427 " casl" ,
4548 "check-prop-types" : " ^1.1.2" ,
4649 "prop-types" : " ^15.6.0" ,
4750 "react" : " ^16.3.0" ,
48- "react-test-renderer" : " ^16.3.0"
51+ "react-test-renderer" : " ^16.3.0" ,
52+ "semantic-release" : " ^15.5.0"
4953 }
5054}
You can’t perform that action at this time.
0 commit comments