Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Commit

Permalink
Add main entry
Browse files Browse the repository at this point in the history
add react-style to deps
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Jun 16, 2015
1 parent b4c65f2 commit 65278c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .npmignore
@@ -0,0 +1,8 @@
.idea/*
**/*.log
node_modules/*
*.iml
.DS_Store

# don't check in compiled components
assets
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"react-component"
],
"repository": "SanderSpies/react-material",
"main": "lib/",
"scripts": {
"lint": "eslint --ext=.js,.jsx .",
"prepublish": "gulp transpile"
Expand All @@ -29,7 +30,6 @@
"lodash": "^3.9.3",
"react": "^0.13.0",
"react-magician": "git+https://github.com/SanderSpies/react-magician.git",
"react-style": "^0.5.5",
"react-style-webpack-plugin": "^0.4.0",
"style-loader": "^0.8.1",
"through2": "^0.6.5",
Expand All @@ -47,6 +47,7 @@
},
"dependencies": {
"keymirror": "^0.1.1",
"object.assign": "^3.0.0"
"object.assign": "^3.0.0",
"react-style": "^0.5.5"
}
}

0 comments on commit 65278c8

Please sign in to comment.