From f0b7f5bed86c609dbcd05ea286ea945b4f32d226 Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Tue, 24 Jan 2017 17:23:03 -0200 Subject: [PATCH] Update package --- package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 12343f3..77d8176 100755 --- a/package.json +++ b/package.json @@ -1,20 +1,22 @@ { - "name": "react-npm-boilerplate", - "version": "1.0.1", - "description": "Boilerplate for creating React Npm packages with ES2015", + "name": "react-content-loader", + "version": "1.0.0", + "description": "This project is a collection the loader based on styles cards on Facebook.", "repository": { "type": "git", - "url": "https://github.com/juliancwirko/react-npm-boilerplate.git" + "url": "https://github.com/danilowoz/react-content-loader" }, - "author": "Julian Ćwirko", + "author": "Danilo Woznica", "license": "MIT", "bugs": { - "url": "https://github.com/juliancwirko/react-npm-boilerplate/issues" + "url": "https://github.com/danilowoz/react-content-loader/issues" }, - "homepage": "https://github.com/juliancwirko/react-npm-boilerplate", + "homepage": "https://github.com/danilowoz/react-content-loader", "keywords": [ "react-component", - "react" + "react", + "loader", + "content" ], "options": { "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"