Skip to content

Commit 93472cf

Browse files
author
Adam Comella
committed
Update .json and .nuspec files for 3.0.0 release
1 parent eb0c352 commit 93472cf

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Angular.WinJS</id>
5-
<version>2.0.0</version>
5+
<version>3.0.0</version>
66
<authors>Microsoft Corporation and other contributors</authors>
77
<licenseUrl>https://raw.githubusercontent.com/winjs/angular-winjs/master/License.txt</licenseUrl>
88
<projectUrl>https://github.com/winjs/angular-winjs</projectUrl>
@@ -12,6 +12,6 @@
1212
<tags>winjs angular</tags>
1313
</metadata>
1414
<files>
15-
<file src="..\js\angular-winjs.js" target="content\angular-winjs.js" />
15+
<file src="js\angular-winjs.js" target="content\angular-winjs.js" />
1616
</files>
1717
</package>

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-winjs",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"homepage": "https://github.com/winjs/angular-winjs",
55
"authors": [
66
"Microsoft Corporation and other contributors"
@@ -18,6 +18,9 @@
1818
"node_modules",
1919
"bower_components",
2020
"test",
21-
"tests"
21+
"tests",
22+
"package.json",
23+
"karma.config.js",
24+
"*.nuspec"
2225
]
2326
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/winjs/angular-winjs/graphs/contributors"
99
},
1010
"license": "MIT",
11-
"version": "2.0.0",
11+
"version": "3.0.0",
1212
"main": "js/angular-winjs.js",
1313
"scripts": {
1414
"test": "karma start karma.config.js"

0 commit comments

Comments
 (0)