Skip to content

Commit

Permalink
Bumped to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayebear committed Apr 8, 2018
1 parent 114e554 commit feeefac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2158,7 +2158,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"picoes\",\n \"version\": \"0.3.0\",\n \"description\": \"Pico Entity System for JavaScript (ES6).\",\n \"main\": \"./index.js\",\n \"scripts\": {\n \"test\": \"node ./node_modules/.bin/istanbul cover _mocha -- -R spec\",\n \"doc\": \"node ./node_modules/.bin/esdoc\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/ayebear/picoes.git\"\n },\n \"keywords\": [\n \"entity\",\n \"component\",\n \"system\",\n \"ecs\",\n \"picoes\",\n \"es6\"\n ],\n \"author\": \"Eric Hebert\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/ayebear/picoes/issues\"\n },\n \"homepage\": \"https://github.com/ayebear/picoes#readme\",\n \"devDependencies\": {\n \"chai\": \"^4.1.2\",\n \"istanbul\": \"^0.4.5\",\n \"mocha\": \"^5.0.5\"\n },\n \"dependencies\": {\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-flow-type-plugin\": \"^1.0.1\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"esdoc-undocumented-identifier-plugin\": \"^1.0.0\",\n \"esdoc-unexported-identifier-plugin\": \"^1.0.0\",\n \"marked\": \"^0.3.9\"\n }\n}\n",
"content": "{\n \"name\": \"picoes\",\n \"version\": \"0.3.1\",\n \"description\": \"Pico Entity System for JavaScript (ES6).\",\n \"main\": \"./index.js\",\n \"scripts\": {\n \"test\": \"node ./node_modules/.bin/istanbul cover _mocha -- -R spec\",\n \"doc\": \"node ./node_modules/.bin/esdoc\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/ayebear/picoes.git\"\n },\n \"keywords\": [\n \"entity\",\n \"component\",\n \"system\",\n \"ecs\",\n \"picoes\",\n \"es6\"\n ],\n \"author\": \"Eric Hebert\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/ayebear/picoes/issues\"\n },\n \"homepage\": \"https://github.com/ayebear/picoes#readme\",\n \"devDependencies\": {\n \"chai\": \"^4.1.2\",\n \"istanbul\": \"^0.4.5\",\n \"mocha\": \"^5.0.5\"\n },\n \"dependencies\": {\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-flow-type-plugin\": \"^1.0.1\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"esdoc-undocumented-identifier-plugin\": \"^1.0.0\",\n \"esdoc-unexported-identifier-plugin\": \"^1.0.0\",\n \"marked\": \"^0.3.9\"\n }\n}\n",
"longname": "/srv/http/picoes/package.json",
"name": "package.json",
"static": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picoes",
"version": "0.3.0",
"version": "0.3.1",
"description": "Pico Entity System for JavaScript (ES6).",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit feeefac

Please sign in to comment.