This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Comella
committed
Jun 7, 2015
1 parent
95dcd21
commit 9565831
Showing
15 changed files
with
42,010 additions
and
40,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "winjs", | ||
"description": "WinJS is a set of JavaScript toolkits that allow developers to build applications using HTML/JS/CSS technology.", | ||
"version": "4.0.0-preview", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
"homepage": "http://try.buildwinjs.com/", | ||
"authors": [{ | ||
"name": "Microsoft Corporation and other contributors", | ||
"homepage": "https://github.com/winjs/winjs/graphs/contributors" | ||
}], | ||
"main": ["js/WinJS.js", "css/ui-dark.css", "fonts/Symbols.ttf"], | ||
"main": ["js/ui.js", "css/ui-dark.css", "fonts/Symbols.ttf"], | ||
"dependencies": { | ||
} | ||
} |
Oops, something went wrong.