Skip to content

Commit

Permalink
releasing 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jun 13, 2015
1 parent 760a38e commit 40e99e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rackt-cli",
"version": "0.1.2",
"version": "0.2.0",
"description": "Command line utility for automating common tasks when building React.js components",
"main": "./bin/rackt",
"bin": {
Expand All @@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/instructure-react/rackt-cli.git"
"url": "https://github.com/mzabriskie/rackt-cli.git"
},
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure-react/rackt-cli/issues"
"url": "https://github.com/mzabriskie/rackt-cli/issues"
},
"homepage": "https://github.com/instructure-react/rackt-cli",
"homepage": "https://github.com/mzabriskie/rackt-cli",
"dependencies": {
"babel-core": "^5.5.6",
"babel-loader": "^5.1.4",
Expand Down

0 comments on commit 40e99e9

Please sign in to comment.