Skip to content

Commit

Permalink
Update .json and .nuspec files for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Comella committed Jun 23, 2015
1 parent eb0c352 commit 93472cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nuget/Angular.WinJS.2.0.0.nuspec → Angular.WinJS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Angular.WinJS</id>
<version>2.0.0</version>
<version>3.0.0</version>
<authors>Microsoft Corporation and other contributors</authors>
<licenseUrl>https://raw.githubusercontent.com/winjs/angular-winjs/master/License.txt</licenseUrl>
<projectUrl>https://github.com/winjs/angular-winjs</projectUrl>
Expand All @@ -12,6 +12,6 @@
<tags>winjs angular</tags>
</metadata>
<files>
<file src="..\js\angular-winjs.js" target="content\angular-winjs.js" />
<file src="js\angular-winjs.js" target="content\angular-winjs.js" />
</files>
</package>
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-winjs",
"version": "2.0.0",
"version": "3.0.0",
"homepage": "https://github.com/winjs/angular-winjs",
"authors": [
"Microsoft Corporation and other contributors"
Expand All @@ -18,6 +18,9 @@
"node_modules",
"bower_components",
"test",
"tests"
"tests",
"package.json",
"karma.config.js",
"*.nuspec"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/winjs/angular-winjs/graphs/contributors"
},
"license": "MIT",
"version": "2.0.0",
"version": "3.0.0",
"main": "js/angular-winjs.js",
"scripts": {
"test": "karma start karma.config.js"
Expand Down

0 comments on commit 93472cf

Please sign in to comment.