From 80ffef531b56f2c92cab72fb7a38ce482d2128a0 Mon Sep 17 00:00:00 2001 From: Kenny Tran Date: Mon, 21 Sep 2015 13:37:58 -0700 Subject: [PATCH] Add npm-shrinkwrap file to package and bump version --- npm-shrinkwrap.json | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4549e4429..2a63b4a84 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "reactjs-components", - "version": "0.0.6", + "version": "0.0.7", "npm-shrinkwrap-version": "5.4.0", "node-version": "v0.10.40", "dependencies": { diff --git a/package.json b/package.json index 153ab0c72..dea2aadea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactjs-components", - "version": "0.0.6", + "version": "0.0.7", "description": "React UI Components by Mesosphere", "author": { "name": "Mesosphere Frontend Team", @@ -10,7 +10,8 @@ "license": "Apache-2.0", "files": [ "main.js", - "lib" + "lib", + "npm-shrinkwrap.json" ], "main": "main.js", "dependencies": {