diff --git a/.gitignore b/.gitignore index 598bf59f..80711e82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,31 @@ -examples/build -node_modules +# Eclipse +.classpath +.project +.settings/ + +# Intellij +.idea/ +*.iml +*.iws + +# Maven +log/ +target/ + +# node +node_modules/ +bower_components/ +build/ + +#misc +*.log + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/package.json b/package.json index 94b06bcb..0d424f17 100644 --- a/package.json +++ b/package.json @@ -3,19 +3,21 @@ "version": "0.0.2", "description": "", "main": "lib/main.js", + "style": "lib/styles.css", "scripts": { "test": "echo \"no tests yet, just trust me\" && exit 0" }, "author": "", "license": "MIT", "dependencies": { - "react": "^0.10.0" + "react": "0.10.0 - 0.11.x" }, "devDependencies": { "jsx-loader": "^0.10.2", "webpack": "^1.3.0-beta5", "rf-release": "^0.1.2" }, + "browserify": {"transform": ["reactify"]}, "tags": [ "react", "autocomplete",