From 88c09c356841a0c765725bc19631a1d38ccc7def Mon Sep 17 00:00:00 2001 From: ryo_suga Date: Wed, 30 Aug 2017 17:49:17 +0900 Subject: [PATCH] release prepare --- .npmignore | 2 ++ package.json | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5cc95a9 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +example +webpack.config.js diff --git a/package.json b/package.json index 3d07b02..0da37b8 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { - "name": "react-isomorphic-carousel", + "name": "@ryo_suga/react-isomorphic-carousel", "version": "0.0.0", "description": "Isomorphic React Carousel Component.", "main": "lib/index.js", "scripts": { "start": "webpack-dev-server", + "prepublish": "npm run build", "build": "tsc" }, "repository": { @@ -34,5 +35,6 @@ "typescript": "^2.4.2", "webpack": "^3.5.5", "webpack-dev-server": "^2.7.1" - } + }, + "dependencies": {} }