Skip to content

Commit b4a139a

Browse files
committed
version up to publish
1 parent ec8c101 commit b4a139a

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "goita-core",
3-
"version": "0.1.9",
4-
"description": "Goita Core Library in JavaScript",
5-
"private": false,
6-
"main": "lib/index.js",
7-
"typings": "lib/index.d.ts",
8-
"scripts": {
9-
"build": "tsc -p . && webpack",
10-
"test": "mocha --compilers ts:ts-node/register",
11-
"inspector": "node-debug profile/solver.js",
12-
"profile": "node profile/solver.js",
13-
"bundle": "webpack --config ./profile/webpack.config.js --display-error-details"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/Goita/goita-core-js.git"
18-
},
19-
"keywords": [
20-
"goita",
21-
"game"
22-
],
23-
"author": "yoskeoka",
24-
"license": "MIT",
25-
"bugs": {
26-
"url": "https://github.com/Goita/goita-core-js/issues"
27-
},
28-
"dependencies": {
29-
"@types/random-js": "^1.0.28",
30-
"random-js": "^1.0.8",
31-
"tslib": "^1.2.0"
32-
},
33-
"devDependencies": {
34-
"@types/chai": "^3.4.34",
35-
"@types/mocha": "^2.2.38",
36-
"@types/node": "^6.0.0",
37-
"chai": "^3.5.0",
38-
"mocha": "^3.2.0",
39-
"node-inspector": "^0.12.10",
40-
"ts-node": "^1.7.0",
41-
"tslint": "^4.0.2",
42-
"typescript": "^2.0.10",
43-
"v8-profiler": "^5.6.5",
44-
"webpack": "^2.2.1"
45-
}
2+
"name": "goita-core",
3+
"version": "0.1.10",
4+
"description": "Goita Core Library in JavaScript",
5+
"private": false,
6+
"main": "lib/index.js",
7+
"typings": "lib/index.d.ts",
8+
"scripts": {
9+
"build": "tsc -p . && webpack",
10+
"test": "mocha --compilers ts:ts-node/register",
11+
"inspector": "node-debug profile/solver.js",
12+
"profile": "node profile/solver.js",
13+
"bundle": "webpack --config ./profile/webpack.config.js --display-error-details"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/Goita/goita-core-js.git"
18+
},
19+
"keywords": [
20+
"goita",
21+
"game"
22+
],
23+
"author": "yoskeoka",
24+
"license": "MIT",
25+
"bugs": {
26+
"url": "https://github.com/Goita/goita-core-js/issues"
27+
},
28+
"dependencies": {
29+
"@types/random-js": "^1.0.28",
30+
"random-js": "^1.0.8",
31+
"tslib": "^1.2.0"
32+
},
33+
"devDependencies": {
34+
"@types/chai": "^3.4.34",
35+
"@types/mocha": "^2.2.38",
36+
"@types/node": "^6.0.0",
37+
"chai": "^3.5.0",
38+
"mocha": "^3.2.0",
39+
"node-inspector": "^0.12.10",
40+
"ts-node": "^1.7.0",
41+
"tslint": "^4.0.2",
42+
"typescript": "^2.0.10",
43+
"v8-profiler": "^5.6.5",
44+
"webpack": "^2.2.1"
45+
}
4646
}

0 commit comments

Comments
 (0)