Skip to content

Commit 0923e94

Browse files
committed
[modify] v1.0.2 -> v1.0.3
1 parent 4b70f6d commit 0923e94

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

Diff for: bower.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "nml-converter",
3+
"version": "1.0.3",
4+
"description": "NML(Novel Markup Language) converter for js",
5+
"main": "nml.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/WriterLighter/NML-JavaScript.git"
12+
},
13+
"keywords": [
14+
"nml",
15+
"converter",
16+
"novel",
17+
"markup"
18+
],
19+
"author": "Ritsuki Goto <[email protected]> (http://kawakawaplanning.xyz/)",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/WriterLighter/NML-JavaScript/issues"
23+
},
24+
"homepage": "https://github.com/WriterLighter/NML-JavaScript#readme",
25+
"devDependencies": {
26+
"browserify": "^13.0.0",
27+
"coffee-script": "^1.10.0",
28+
"gulp": "^3.9.0",
29+
"gulp-coffee": "^2.3.1",
30+
"gulp-plumber": "^1.1.0",
31+
"gulp-concat": "^2.6.0",
32+
"gulp-watch": "^4.3.5",
33+
"gulp-notify": "^2.2.0"
34+
}
35+
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nml-converter",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "NML(Novel Markup Language) converter for js",
55
"main": "nml.js",
66
"scripts": {

0 commit comments

Comments
 (0)