From 40e99e99db9254e5cd02c06ea8a884cb99899acf Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Fri, 12 Jun 2015 23:32:13 -0600 Subject: [PATCH] releasing 0.2.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 436f546..745c696 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",