Skip to content

Commit

Permalink
Prepare 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xirzec committed Feb 24, 2015
1 parent 038db39 commit abdba9b
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.tmp.txt
.DS_Store
.DS_Store

*.nupkg
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "angular-winjs",
"version": "2.0.0",
"homepage": "https://github.com/winjs/angular-winjs",
"authors": [
"Microsoft Corporation and other contributors"
],
"description": "This code is a wrapper which facilitates usage of WinJS UI controls in an Angular application.",
"main": "js/angular-winjs.js",
"keywords": [
"winjs",
"angular",
"AngularJS"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
17 changes: 17 additions & 0 deletions nuget/Angular.WinJS.2.0.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Angular.WinJS</id>
<version>2.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>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This code is a wrapper which facilitates usage of WinJS UI controls in an Angular application.</description>
<copyright>Microsoft Corporation. All Rights Reserved</copyright>
<tags>winjs angular</tags>
</metadata>
<files>
<file src="..\js\angular-winjs.js" target="content\angular-winjs.js" />
</files>
</package>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angular-winjs",
"title": "Angular Wrapper for Windows Library for JavaScript (WinJS)",
"description": "This code is a wrapper which facilitates usage of WinJS UI controls in an Angular Windows application.",
"description": "This code is a wrapper which facilitates usage of WinJS UI controls in an Angular application.",
"homepage": "https://github.com/winjs/angular-winjs",
"author": {
"name": "Microsoft Open Technologies, Inc. and other contributors",
"name": "Microsoft Corporation and other contributors",
"url": "https://github.com/winjs/angular-winjs/graphs/contributors"
},
"license": "MIT",
"version": "0.9.0",
"version": "2.0.0",
"main": "js/angular-winjs.js",
"scripts": {
"test": "karma start karma.config.js"
Expand All @@ -34,7 +34,7 @@
"dependencies": {
"angular": "~1.3.13"
},
"devDependencies": {
"devDependencies": {
"angular-mocks": "~1.3.13",
"karma": "~0.10"
}
Expand Down

0 comments on commit abdba9b

Please sign in to comment.