Skip to content

Commit feeefac

Browse files
committed
Bumped to version 0.3.1
1 parent 114e554 commit feeefac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,7 +2158,7 @@
21582158
},
21592159
{
21602160
"kind": "packageJSON",
2161-
"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",
2161+
"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",
21622162
"longname": "/srv/http/picoes/package.json",
21632163
"name": "package.json",
21642164
"static": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picoes",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Pico Entity System for JavaScript (ES6).",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)