Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
release prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaSugawara committed Aug 30, 2017
1 parent 2de452b commit 88c09c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
example
webpack.config.js
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -34,5 +35,6 @@
"typescript": "^2.4.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
},
"dependencies": {}
}

0 comments on commit 88c09c3

Please sign in to comment.