Skip to content

Commit e284bc9

Browse files
v0.1.0
1 parent bb637c1 commit e284bc9

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

bower.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "aureooms-js-string",
3-
"main": "js/dist/string.js",
4-
"version": "0.0.6",
5-
"ignore": [
6-
"js/index.js",
7-
"js/src",
8-
"test",
9-
"pkg.json",
10-
"package.json",
11-
".groc.json",
12-
".travis.yml",
13-
".gitignore",
14-
"README.md",
15-
"inch.json",
16-
".codeclimate.yml"
17-
],
18-
"description": "character sequence code bricks for JavaScript",
19-
"license": "AGPL-3.0",
20-
"homepage": "http://aureooms.github.io/js-string/"
21-
}
2+
"name": "aureooms-js-string",
3+
"main": "js/dist/string.js",
4+
"version": "0.1.0",
5+
"ignore": [
6+
"js/index.js",
7+
"js/src",
8+
"test",
9+
"pkg.json",
10+
"package.json",
11+
".groc.json",
12+
".travis.yml",
13+
".gitignore",
14+
"README.md",
15+
"inch.json",
16+
".codeclimate.yml"
17+
],
18+
"description": "character sequence code bricks for JavaScript",
19+
"license": "AGPL-3.0",
20+
"homepage": "http://aureooms.github.io/js-string/"
21+
}

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "character sequence code bricks for JavaScript",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"repo": "aureooms/js-string",
55
"scripts": [
66
"js/dist/string.js"

package.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"homepage": "http://aureooms.github.io/js-string/",
3-
"keywords": [
4-
"bricks",
5-
"char",
6-
"character",
7-
"javascript",
8-
"js",
9-
"sequence",
10-
"string",
11-
"ender"
12-
],
13-
"license": "AGPL-3.0",
14-
"author": "aureooms",
15-
"repository": {
16-
"url": "https://github.com/aureooms/js-string.git",
17-
"type": "git"
18-
},
19-
"bugs": {
20-
"url": "https://github.com/aureooms/js-string/issues"
21-
},
22-
"name": "aureooms-js-string",
23-
"main": "js/dist/string.js",
24-
"version": "0.0.6",
25-
"scripts": {
26-
"doc": "./node_modules/.bin/groc",
27-
"build": "./node_modules/.bin/aureooms-node-package-build",
28-
"test": "./node_modules/.bin/aureooms-node-package-test"
29-
},
30-
"description": "character sequence code bricks for JavaScript",
31-
"dependencies": {},
32-
"devDependencies": {
33-
"aureooms-node-package": "^5.0.2"
34-
},
35-
"spm": {
36-
"main": "js/dist/string.js"
37-
}
38-
}
2+
"homepage": "http://aureooms.github.io/js-string/",
3+
"keywords": [
4+
"bricks",
5+
"char",
6+
"character",
7+
"javascript",
8+
"js",
9+
"sequence",
10+
"string",
11+
"ender"
12+
],
13+
"license": "AGPL-3.0",
14+
"author": "aureooms",
15+
"repository": {
16+
"url": "https://github.com/aureooms/js-string.git",
17+
"type": "git"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/aureooms/js-string/issues"
21+
},
22+
"name": "aureooms-js-string",
23+
"main": "js/dist/string.js",
24+
"version": "0.1.0",
25+
"scripts": {
26+
"doc": "./node_modules/.bin/groc",
27+
"build": "./node_modules/.bin/aureooms-node-package-build",
28+
"test": "./node_modules/.bin/aureooms-node-package-test"
29+
},
30+
"description": "character sequence code bricks for JavaScript",
31+
"dependencies": {},
32+
"devDependencies": {
33+
"aureooms-node-package": "^5.0.2"
34+
},
35+
"spm": {
36+
"main": "js/dist/string.js"
37+
}
38+
}

0 commit comments

Comments
 (0)