Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
updated package to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Nov 19, 2015
1 parent f279a31 commit 8876248
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-look",
"version": "0.5.2",
"description": "Processable, dynamic & stateful Component Styling for React & React Native",
"version": "0.6.0",
"description": "Advanced & Dynamic Component Styling for React & React Native",
"main": "look.js",
"files": [
"LICENSE",
Expand Down Expand Up @@ -33,7 +33,7 @@
"package": "npm run transpile && node build-package.js",
"pretest": "npm run transpile",
"release": "npm run package && npm publish",
"test": "mocha --recursive --compilers js:babel/register",
"test": "npm run lint && mocha --recursive --compilers js:babel/register",
"test:coverage": "istanbul cover _mocha -- --recursive --compilers js:babel/register",
"test:watch": "mocha --recursive --compilers js:babel/register -w",
"transpile": "npm run clean && babel src --out-dir lib"
Expand Down Expand Up @@ -76,15 +76,15 @@
"istanbul": "^0.3.22",
"minifyify": "^7.1.0",
"mocha": "^2.3.3",
"react": "0.14.0",
"react-dom": "0.14.0",
"react": "0.14.3",
"react-dom": "0.14.3",
"rimraf": "^2.4.3",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"react-native": "^0.11.0",
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react-native": "^0.14.0",
"react": "^0.14.3",
"react-dom": "^0.14.3"
}
}

0 comments on commit 8876248

Please sign in to comment.