Skip to content

Commit

Permalink
Merge pull request #60 from GGAlanSmithee/dev
Browse files Browse the repository at this point in the history
2.1.4
  • Loading branch information
GGAlanSmithee authored May 26, 2017
2 parents 3eb7480 + fe20b4e commit 6f61164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gg-entities",
"description": "easy-to-use Entity-Component System in JavaScript",
"version": "2.0.4",
"version": "2.1.4",
"author": {
"name": "alansmithee",
"email": "[email protected]"
Expand All @@ -24,7 +24,7 @@
},
"main": "dist/gg-entities.js",
"jsnext:main": "src/index.js",
"module": "",
"module": "src/index.js",
"scripts": {
"test": "istanbul cover _mocha test/* -- --recursive --compilers js:babel-register --require babel-polyfill",
"build": "node build/bundle && node build/bundle.module",
Expand Down

0 comments on commit 6f61164

Please sign in to comment.