Skip to content

Commit

Permalink
chore(release): @casl/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 28, 2018
1 parent 57187fc commit 5ac410a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/casl-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@casl/react",
"version": "0.5.0",
"version": "0.0.0-development",
"description": "React component for CASL which makes it easy to add permissions in any React application",
"main": "dist/umd/index.js",
"module": "index.js",
"es2015": "dist/es6/index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:stalniy/casl.git"
"url": "https://github.com/stalniy/casl.git"
},
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,10 @@
"build.es": "npm run rollup -- -c ../../tools/rollup.es.js",
"build.umd": "npm run rollup -- -c ../../tools/rollup.umd.js -n casl.react",
"build.es5m": "npm run rollup -- -c ../../tools/rollup.es5m.js",
"build": "npm run build.es && npm run build.umd && npm run build.es5m"
"build": "npm run build.es && npm run build.umd && npm run build.es5m",
"test": "NODE_ENV=test jest --config ../../tools/jest.config.js",
"prerelease": "npm test && NODE_ENV=production npm run build",
"release": "semantic-release -e semantic-release-monorepo -e ../../tools/semantic-release"
},
"keywords": [
"casl",
Expand All @@ -45,6 +48,7 @@
"check-prop-types": "^1.1.2",
"prop-types": "^15.6.0",
"react": "^16.3.0",
"react-test-renderer": "^16.3.0"
"react-test-renderer": "^16.3.0",
"semantic-release": "^15.5.0"
}
}

0 comments on commit 5ac410a

Please sign in to comment.