Skip to content

Commit

Permalink
fix(build): Set up sematic release
Browse files Browse the repository at this point in the history
  • Loading branch information
TxHawks committed Sep 18, 2017
1 parent bab8175 commit 23337d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,17 @@ MIT

[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[build-badge]: https://img.shields.io/travis/txhawks/bidi-css-js.svg?style=flat-square
[build]: https://travis-ci.org/txhawks/bidi-css-js
[coverage-badge]: https://img.shields.io/codecov/c/github/txhawks/bidi-css-js.svg?style=flat-square
[coverage]: https://codecov.io/github/txhawks/bidi-css-js
[dependencyci-badge]: https://dependencyci.com/github/txhawks/bidi-css-js/badge?style=flat-square
[dependencyci]: https://dependencyci.com/github/txhawks/bidi-css-js
[build-badge]: https://img.shields.io/travis/TxHawks/bidi-css-js.svg?style=flat-square
[build]: https://travis-ci.org/TxHawks/bidi-css-js
[coverage-badge]: https://img.shields.io/codecov/c/github/TxHawks/bidi-css-js.svg?style=flat-square
[coverage]: https://codecov.io/github/TxHawks/bidi-css-js
[dependencyci-badge]: https://dependencyci.com/github/TxHawks/bidi-css-js/badge?style=flat-square
[dependencyci]: https://dependencyci.com/github/TxHawks/bidi-css-js
[version-badge]: https://img.shields.io/npm/v/bidi-css-js.svg?style=flat-square
[package]: https://www.npmjs.com/package/bidi-css-js
[downloads-badge]: https://img.shields.io/npm/dm/bidi-css-js.svg?style=flat-square
[npm-stat]: http://npm-stat.com/charts.html?package=bidi-css-js&from=2016-04-01
[license-badge]: https://img.shields.io/npm/l/bidi-css-js.svg?style=flat-square
[license]: https://github.com/txhawks/bidi-css-js/blob/master/other/LICENSE
[license]: https://github.com/TxHawks/bidi-css-js/blob/master/other/LICENSE
[emojis]: https://github.com/kentcdodds/all-contributors#emoji-key
[all-contributors]: https://github.com/kentcdodds/all-contributors
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bidi-css-js",
"version": "0.0.0-semantically-released.0",
"version": "0.0.0-development",
"description": "Logical, flow-ralative conversion for CSS in JS objects",
"main": "dist/bidi-css-js.cjs.js",
"jsnext:main": "dist/bidi-css-js.esm.js",
Expand All @@ -10,8 +10,6 @@
"build":
"rimraf dist && kcd-scripts build --bundle --environment BUILD_NAME:bidiCSSJS",
"lint": "kcd-scripts lint",
"best":
"kcd-scripts test -- --transformIgnorePatterns=['[/\\\\]node_modules[/\\\\](?!.+(\\.esm)).+\\.js']",
"test": "kcd-scripts test",
"test:update": "npm run test -s -- --coverage --updateSnapshot",
"validate": "kcd-scripts validate",
Expand All @@ -32,7 +30,8 @@
"devDependencies": {
"kcd-scripts": "^0.16.0",
"npm-run-all": "^4.1.1",
"rimraf": "^2.6.2"
"rimraf": "^2.6.2",
"semantic-release": "^8.0.0"
},
"dependencies": {
"rtl-css-js": "^1.4.2"
Expand All @@ -43,10 +42,10 @@
"eslintIgnore": ["node_modules", "coverage", "dist"],
"repository": {
"type": "git",
"url": "https://github.com/txhawks/bidi-css-js.git"
"url": "https://github.com/TxHawks/bidi-css-js.git"
},
"bugs": {
"url": "https://github.com/txhawks/bidi-css-js/issues"
"url": "https://github.com/TxHawks/bidi-css-js/issues"
},
"homepage": "https://github.com/txhawks/bidi-css-js#readme"
"homepage": "https://github.com/TxHawks/bidi-css-js#readme"
}

0 comments on commit 23337d0

Please sign in to comment.