Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Jul 10, 2016
1 parent b55d2b1 commit 672429f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-toolbox",
"description": "A set of React components implementing Google's Material Design specification with the power of CSS Modules.",
"homepage": "http://www.react-toolbox.com",
"version": "1.0.1",
"version": "1.0.2",
"main": "./lib",
"author": {
"name": "React Toolbox Team",
Expand Down Expand Up @@ -105,10 +105,10 @@
"prepublish": "npm run build",
"release": "bumped release",
"sass": "cpx './components/**/*.scss' ./lib",
"tsd": "cpx './components/**/*.d.ts' ./lib",
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run"
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run",
"tsd": "cpx './components/**/*.d.ts' ./lib"
},
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 672429f

Please sign in to comment.