Skip to content

Commit

Permalink
fixed more package.json issues - and ammended tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Jan 11, 2016
1 parent 74d07d1 commit 5dcea72
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-plugin-syntax-object-rest-spread": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"inferno-component": "^0.5.3",
"inferno-component": "^0.5.13",
"karma-chrome-launcher": "^0.2.2",
"mkdirp": "^0.5.1",
"npm-check-updates": "^2.5.6",
Expand Down
9 changes: 2 additions & 7 deletions packages/inferno-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-component",
"version": "0.5.12",
"version": "0.5.13",
"license": "MPL-2.0",
"description": "Provides ES2015 stateful components (with lifecycle events) to Inferno",
"author": {
Expand Down Expand Up @@ -28,17 +28,12 @@
],
"dependencies": {
"babel-core": "^6.3.26",
"inferno": "^0.5.12",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0"
},
"main": "inferno-component.js",
"repository": "https://github.com/trueadm/inferno",
"scripts": {
"clean": "rimraf ../../coverage/ ../../dist/",
"build:prod": "node ../../config/rollup.config.js prod ../../dist src inferno-component InfernoComponent",
"build:dev": "node ../../config/rollup.config.js dev ../../dist src inferno-component InfernoComponent",
"build": "npm run build:prod && npm run build:dev"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
Expand Down
6 changes: 0 additions & 6 deletions packages/inferno-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
},
"main": "inferno-dom.js",
"repository": "https://github.com/trueadm/inferno",
"scripts": {
"clean": "rimraf ../../coverage/ ../../dist/",
"build:prod": "node ../../config/rollup.config.js prod ../../dist src inferno-dom InfernoDOM",
"build:dev": "node ../../config/rollup.config.js dev ../../dist src inferno-dom InfernoDOM",
"build": "npm run build:prod && npm run build:dev"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
Expand Down
6 changes: 0 additions & 6 deletions packages/inferno-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
},
"main": "inferno-server.js",
"repository": "https://github.com/trueadm/inferno",
"scripts": {
"clean": "rimraf ../../coverage/ ../../dist/",
"build:prod": "node ../../config/rollup.config.js prod ../../dist src inferno-server InfernoServer",
"build:dev": "node ../../config/rollup.config.js dev ../../dist src inferno-server InfernoServer",
"build": "npm run build:prod && npm run build:dev"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
Expand Down

0 comments on commit 5dcea72

Please sign in to comment.