Skip to content

Commit

Permalink
Updated package.json to 0.2.1
Browse files Browse the repository at this point in the history
Updated dependencies to always use latest version
  • Loading branch information
ayebear committed Jan 28, 2017
1 parent 9fd3a36 commit fb81f2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picoes",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pico Entity System for JavaScript (ES6).",
"main": "./src/picoes.js",
"scripts": {
Expand All @@ -25,8 +25,8 @@
},
"homepage": "https://github.com/ayebear/picoes#readme",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
"chai": "latest",
"istanbul": "latest",
"mocha": "latest"
}
}

0 comments on commit fb81f2f

Please sign in to comment.