Skip to content

Commit 0b230f2

Browse files
v2.0.2
1 parent bbc9948 commit 0b230f2

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

bower.json

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

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "predicate code bricks for JavaScript",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"repo": "aureooms/js-predicate",
55
"scripts": [
66
"js/dist/predicate.js"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"url": "https://github.com/aureooms/js-predicate/issues"
3838
},
3939
"description": "predicate code bricks for JavaScript",
40-
"version": "2.0.1",
41-
"spm":{
40+
"version": "2.0.2",
41+
"spm": {
4242
"main": "js/dist/predicate.js"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)