Misc fixes

This commit is contained in:
Nicolas Gallagher
2015-09-07 09:45:10 -07:00
parent cd215a916d
commit 50771fc5cd
5 changed files with 32 additions and 17 deletions
+4 -1
View File
@@ -9,6 +9,7 @@
"scripts": {
"prepublish": "NODE_ENV=production npm run build",
"build": "rm -rf ./dist && webpack --config config/webpack.config.js --sort-assets-by --progress",
"example": "cd example && webpack --config webpack.config.js",
"lint": "eslint .",
"specs": "NODE_ENV=test karma start config/karma.config.js",
"specs:watch": "npm run specs -- --no-single-run",
@@ -16,7 +17,9 @@
"test": "npm run specs && npm run lint"
},
"dependencies": {
"react": "^0.13.3"
"react": "^0.13.3",
"react-swipeable": "^3.0.2",
"react-tappable": "^0.6.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",