Skip to content

Commit d17d2ba

Browse files
committed
'Changed version to: 1.4.0-alpha.1'
1 parent 616d6d1 commit d17d2ba

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
{
2-
"name": "jquery-mobile",
3-
"title": "jQuery Mobile",
4-
"description": "Touch-Optimized Web Framework for Smartphones & Tablets",
5-
"version": "1.4.0pre",
6-
"homepage": "http://jquerymobile.com",
7-
"author": {
8-
"name": "jQuery Foundation Inc. and other contributors",
9-
"url": "https://github.com/jquery/jquery-mobile/blob/master/AUTHORS.txt"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jquery/jquery-mobile.git"
14-
},
15-
"bugs": "https://github.com/jquery/jquery-mobile/issues",
16-
"licenses": [
17-
{
18-
"type": "MIT",
19-
"url": "https://github.com/jquery/jquery-mobile/blob/master/MIT-LICENSE.txt"
20-
}
21-
],
22-
"dependencies": {
23-
"jquery": ">=1.7.3"
24-
},
25-
"devDependencies": {
26-
"async": "latest",
27-
"grunt": "0.4.x",
28-
"grunt-contrib-clean": "~0.4.0",
29-
"grunt-contrib-compress": "~0.4.1",
30-
"grunt-contrib-concat": "~0.1.3",
31-
"grunt-contrib-connect": "~0.2.0",
32-
"grunt-contrib-copy": "~0.4.1",
33-
"grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#master",
34-
"grunt-contrib-qunit": "~0.2.0",
35-
"grunt-contrib-requirejs": "0.3.4",
36-
"grunt-contrib-uglify": "~0.2.0",
37-
"grunt-css": "~0.5.4",
38-
"grunt-git-authors": "1.1.0-beta.1",
39-
"grunt-qunit-junit": "latest",
40-
"requirejs": "2.1.x",
41-
"grunt-hash-manifest": "~0.4.0"
42-
},
43-
"main": "Gruntfile.js",
44-
"engines": {
45-
"node": ">= 0.8.0"
46-
},
47-
"scripts": {
48-
"test": "grunt test",
49-
"lint": "grunt jshint"
50-
},
51-
"keywords": []
52-
}
2+
"name": "jquery-mobile",
3+
"title": "jQuery Mobile",
4+
"description": "Touch-Optimized Web Framework for Smartphones & Tablets",
5+
"version": "1.4.0-alpha.1",
6+
"homepage": "http://jquerymobile.com",
7+
"author": {
8+
"name": "jQuery Foundation Inc. and other contributors",
9+
"url": "https://github.com/jquery/jquery-mobile/blob/master/AUTHORS.txt"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/jquery/jquery-mobile.git"
14+
},
15+
"bugs": "https://github.com/jquery/jquery-mobile/issues",
16+
"licenses": [
17+
{
18+
"type": "MIT",
19+
"url": "https://github.com/jquery/jquery-mobile/blob/master/MIT-LICENSE.txt"
20+
}
21+
],
22+
"dependencies": {
23+
"jquery": ">=1.7.3"
24+
},
25+
"devDependencies": {
26+
"async": "latest",
27+
"grunt": "0.4.x",
28+
"grunt-contrib-clean": "~0.4.0",
29+
"grunt-contrib-compress": "~0.4.1",
30+
"grunt-contrib-concat": "~0.1.3",
31+
"grunt-contrib-connect": "~0.2.0",
32+
"grunt-contrib-copy": "~0.4.1",
33+
"grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#master",
34+
"grunt-contrib-qunit": "~0.2.0",
35+
"grunt-contrib-requirejs": "0.3.4",
36+
"grunt-contrib-uglify": "~0.2.0",
37+
"grunt-css": "~0.5.4",
38+
"grunt-git-authors": "1.1.0-beta.1",
39+
"grunt-qunit-junit": "latest",
40+
"requirejs": "2.1.x",
41+
"grunt-hash-manifest": "~0.4.0"
42+
},
43+
"main": "Gruntfile.js",
44+
"engines": {
45+
"node": ">= 0.8.0"
46+
},
47+
"scripts": {
48+
"test": "grunt test",
49+
"lint": "grunt jshint"
50+
},
51+
"keywords": []
52+
}

0 commit comments

Comments
 (0)