Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Todorovic committed Mar 15, 2018
1 parent 9bb0bfc commit 3f2ad3f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-slide-out",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [
"react",
"slider",
Expand All @@ -13,12 +13,9 @@
"description": "React simple slider",
"main": "./lib/index.jsx",
"scripts": {
"start":
"./node_modules/.bin/webpack-dev-server --config webpack.config.js --hot --progress --colors --port 8081 --open",
"test":
"mocha --require babel-core/register --require ./test/testInitialization.js \"test/**/*@(.test.js|.test.jsx)\"",
"prepublish":
"npm test && rm -rf ./lib && mkdir lib && cp ./src/index.css ./lib && ./node_modules/.bin/babel src/index.jsx --out-file lib/index.jsx && ./node_modules/.bin/babel lib/index.jsx",
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.js --hot --progress --colors --port 8081 --open",
"test": "mocha --require babel-core/register --require ./test/testInitialization.js \"test/**/*@(.test.js|.test.jsx)\"",
"prepublish": "npm test && rm -rf ./lib && mkdir lib && cp ./src/index.css ./lib && ./node_modules/.bin/babel src/index.jsx --out-file lib/index.jsx && ./node_modules/.bin/babel lib/index.jsx",
"postpublish": "rm -rf ./lib",
"precommit": "npm test"
},
Expand Down

0 comments on commit 3f2ad3f

Please sign in to comment.