Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update to WinJS 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Comella committed Jun 7, 2015
1 parent 95dcd21 commit 9565831
Show file tree
Hide file tree
Showing 15 changed files with 42,010 additions and 40,770 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# winjs-release
# winjs-bower

This repository is used to distribute the WinJS package on `bower`. The contents of this repository are automatically generated from the [main WinJS repo](https://github.com/winjs/winjs). Please file issues and pull requests against that repo.

Expand All @@ -10,8 +10,10 @@ Install using bower
bower install winjs
```

Reference the script from your HTML:
Reference WinJS from your HTML:

```html
<script src="/bower_components/winjs/js/WinJS.js"></script>
<link href="/bower_components/winjs/css/ui-light.css" rel="stylesheet" />
<script src="/bower_components/winjs/js/base.js"></script>
<script src="/bower_components/winjs/js/ui.js"></script>
```
4 changes: 2 additions & 2 deletions bower.json
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": {
}
}
Loading

0 comments on commit 9565831

Please sign in to comment.