We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de71438 commit 5f8ce53Copy full SHA for 5f8ce53
.npmignore
@@ -0,0 +1,11 @@
1
+.git*
2
+docs/
3
+test/
4
+*.swp
5
+.DS_Store
6
+src/
7
+scripts/
8
+book.json
9
+coffeelint.json
10
+.eslintrc
11
+.babelrc
package.json
@@ -1,9 +1,13 @@
{
"name": "redux-components",
- "version": "0.0.2",
+ "version": "0.1.0",
"description": "A component model for Redux state trees based on the React.js component model.",
"main": "./index.js",
- "scripts": {},
+ "scripts": {
+ "clean": "rm -rf lib",
+ "build": "mkdir -p lib && coffee -o lib src/*.coffee",
+ "prepublish": "npm run clean && npm run build"
+ },
"repository": {
12
"type": "git",
13
"url": "https://github.com/wcjohnson/redux-components.git"
0 commit comments