Skip to content

Commit

Permalink
add 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Mar 12, 2014
1 parent 7afba2a commit 3bd9912
Show file tree
Hide file tree
Showing 7 changed files with 979 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<img src="https://i.alipayobjects.com/e/201211/1cqKojb72y.png" width="44" height="44" alt="S">
</div>

<script src="../sea-modules/seajs/seajs/2.1.1/sea.js"></script>
<script src="../sea-modules/seajs/seajs/2.2.0/sea.js"></script>
<script>

// Set configuration
Expand Down
2 changes: 1 addition & 1 deletion app/lucky.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ul>
</div>

<script src="../sea-modules/seajs/seajs/2.1.1/sea.js"></script>
<script src="../sea-modules/seajs/seajs/2.2.0/sea.js"></script>
<script>

// Set configuration
Expand Down
2 changes: 1 addition & 1 deletion app/ng-todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 ng-bind="title"></h1>
<p>Modified by <a href="http://www.linkgod.net">LinkGod</a> in March 2013</p>
</footer>

<script src="../sea-modules/seajs/seajs/2.1.1/sea.js"></script>
<script src="../sea-modules/seajs/seajs/2.2.0/sea.js"></script>
<script>

// Set configuration
Expand Down
2 changes: 1 addition & 1 deletion app/todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>todos</h1>
<% } %>
</script>

<script src="../sea-modules/seajs/seajs/2.1.1/sea.js"></script>
<script src="../sea-modules/seajs/seajs/2.2.0/sea.js"></script>
<script>

// Set configuration
Expand Down
27 changes: 27 additions & 0 deletions sea-modules/seajs/seajs/2.2.0/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"family": "seajs",
"name": "seajs",
"version": "2.2.1",
"description": "A Module Loader for the Web",
"homepage": "http://seajs.org/",
"keywords": ["module", "loader"],
"author": "Frank Wang <[email protected]>",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {},
"devDependencies": {
"seatools": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/seajs/seajs.git"
},
"main": "./lib/sea.js",
"licenses": [
{
"type": "MIT",
"url": "http://seajs.org/LICENSE.md"
}
]
}
Loading

0 comments on commit 3bd9912

Please sign in to comment.