Skip to content

Commit 2d6d68c

Browse files
committed
Committing release tag 0.2.1
1 parent bde42a4 commit 2d6d68c

File tree

2 files changed

+89
-93
lines changed

2 files changed

+89
-93
lines changed

bower.json

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
11
{
2-
"name": "spel2js",
3-
"version": "0.2.0",
4-
"description": "Parse Spring Expression Language in JavaScript",
5-
"main": "dist/spel2js.js",
6-
"author": {
7-
"name": "Ben March",
8-
"email": "bmarch89@gmail.com",
9-
"url": "https://github.com/benmarch"
10-
},
11-
"homepage": "https://github.com/benmarch/spel2js",
12-
"bugs": {
13-
"url": "https://github.com/benmarch/spel2js/issues"
14-
},
15-
"licenses": [
16-
{
17-
"type": "Apache v2.0",
18-
"url": "http://www.apache.org/licenses/LICENSE-2.0"
19-
}
20-
],
21-
"ignore": [
22-
".editorconfig",
23-
".gitattributes",
24-
".gitignore",
25-
".jshintrc",
26-
".npmignore",
27-
".travis.yml",
28-
".umd",
29-
"gulpfile.js",
30-
"npm-shrinkwrap.json",
31-
"package.json"
32-
],
33-
"dependencies": {
34-
35-
},
36-
"devDependencies": {
37-
2+
"name": "spel2js",
3+
"version": "0.2.1",
4+
"description": "Parse Spring Expression Language in JavaScript",
5+
"main": "dist/spel2js.js",
6+
"author": {
7+
"name": "Ben March",
8+
"email": "bmarch89@gmail.com",
9+
"url": "https://github.com/benmarch"
10+
},
11+
"homepage": "https://github.com/benmarch/spel2js",
12+
"bugs": {
13+
"url": "https://github.com/benmarch/spel2js/issues"
14+
},
15+
"licenses": [
16+
{
17+
"type": "Apache v2.0",
18+
"url": "http://www.apache.org/licenses/LICENSE-2.0"
3819
}
20+
],
21+
"ignore": [
22+
".editorconfig",
23+
".gitattributes",
24+
".gitignore",
25+
".jshintrc",
26+
".npmignore",
27+
".travis.yml",
28+
".umd",
29+
"gulpfile.js",
30+
"npm-shrinkwrap.json",
31+
"package.json"
32+
],
33+
"dependencies": {},
34+
"devDependencies": {}
3935
}

package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
{
2-
"name": "spel2js",
3-
"version": "0.2.0",
4-
"description": "Parse Spring Expression Language in JavaScript",
5-
"author": {
6-
"name": "Ben March",
7-
"email": "bmarch89@gmail.com",
8-
"url": "https://github.com/benmarch"
9-
},
10-
"homepage": "https://github.com/benmarch/spel2js",
11-
"bugs": {
12-
"url": "https://github.com/benmarch/spel2js/issues"
13-
},
14-
"licenses": [
15-
{
16-
"type": "Apache v2.0",
17-
"url": "http://www.apache.org/licenses/LICENSE-2.0"
18-
}
19-
],
20-
"maintainers": [],
21-
"repository": {
22-
"type": "git",
23-
"url": "git://github.com/benmarch/spel2js.git"
24-
},
25-
"main": "dist/spel2js.js",
26-
"scripts": {
27-
"test": "grunt"
28-
},
29-
"keywords": [
30-
"parse",
31-
"parser",
32-
"spring",
33-
"authorization",
34-
"spel",
35-
"spring expression language",
36-
"expression",
37-
"spring expression"
38-
],
39-
"dependencies": {},
40-
"devDependencies": {
41-
"babelify": "^6.1.2",
42-
"grunt": "^0.4.5",
43-
"grunt-browserify": "^3.8.0",
44-
"grunt-complexity": "^0.3.0",
45-
"grunt-contrib-concat": "^0.5.1",
46-
"grunt-contrib-jshint": "^0.11.2",
47-
"grunt-contrib-uglify": "^0.9.1",
48-
"grunt-karma": "^0.11.0",
49-
"grunt-release": "^0.13.0",
50-
"karma-browserify": "^4.2.1",
51-
"karma-coverage": "^0.4.2",
52-
"karma-jasmine": "^0.3.5",
53-
"karma-phantomjs-launcher": "^0.2.0",
54-
"load-grunt-tasks": "^3.2.0",
55-
"time-grunt": "^1.2.1"
56-
},
57-
"engines": {
58-
"node": ">=0.10.0"
2+
"name": "spel2js",
3+
"version": "0.2.1",
4+
"description": "Parse Spring Expression Language in JavaScript",
5+
"author": {
6+
"name": "Ben March",
7+
"email": "bmarch89@gmail.com",
8+
"url": "https://github.com/benmarch"
9+
},
10+
"homepage": "https://github.com/benmarch/spel2js",
11+
"bugs": {
12+
"url": "https://github.com/benmarch/spel2js/issues"
13+
},
14+
"licenses": [
15+
{
16+
"type": "Apache v2.0",
17+
"url": "http://www.apache.org/licenses/LICENSE-2.0"
5918
}
19+
],
20+
"maintainers": [],
21+
"repository": {
22+
"type": "git",
23+
"url": "git://github.com/benmarch/spel2js.git"
24+
},
25+
"main": "dist/spel2js.js",
26+
"scripts": {
27+
"test": "grunt"
28+
},
29+
"keywords": [
30+
"parse",
31+
"parser",
32+
"spring",
33+
"authorization",
34+
"spel",
35+
"spring expression language",
36+
"expression",
37+
"spring expression"
38+
],
39+
"dependencies": {},
40+
"devDependencies": {
41+
"babelify": "^6.1.2",
42+
"grunt": "^0.4.5",
43+
"grunt-browserify": "^3.8.0",
44+
"grunt-complexity": "^0.3.0",
45+
"grunt-contrib-concat": "^0.5.1",
46+
"grunt-contrib-jshint": "^0.11.2",
47+
"grunt-contrib-uglify": "^0.9.1",
48+
"grunt-karma": "^0.11.0",
49+
"grunt-release": "^0.13.0",
50+
"karma-browserify": "^4.2.1",
51+
"karma-coverage": "^0.4.2",
52+
"karma-jasmine": "^0.3.5",
53+
"karma-phantomjs-launcher": "^0.2.0",
54+
"load-grunt-tasks": "^3.2.0",
55+
"time-grunt": "^1.2.1"
56+
},
57+
"engines": {
58+
"node": ">=0.10.0"
59+
}
6060
}

0 commit comments

Comments
 (0)