Skip to content

Commit 5ac410a

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 57187fc commit 5ac410a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/casl-react/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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"
@@ -18,7 +18,10 @@
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",
@@ -45,6 +48,7 @@
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
}

0 commit comments

Comments
 (0)