Skip to content

Commit

Permalink
Rev for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Jan 30, 2016
1 parent 52af527 commit 15e7908
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alameda.min.js
alameda.min.js.gz
copy-to-prim.sh
require.js
testBaseUrl.js
tests-requirejs
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LICENSE
alameda.min.js
alameda.min.js.gz
copyrequirejstests.sh
copy-to-prim.sh
require.js
shrinktest.sh
testBaseUrl.js
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ require(['something'], function(something) {
});
```

## Install

If using a package manager:

```
npm install alameda
# or
[npm | bower | volo] install requirejs/alameda
```

## Running tests

The tests are pulled from almond and requirejs. All tests should be served
Expand Down
2 changes: 1 addition & 1 deletion alameda.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* alameda 0.2.1+ Copyright (c) 2011-2016, The Dojo Foundation All Rights Reserved.
* alameda 0.3.0 Copyright (c) 2011-2016, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/requirejs/alameda for details
*/
Expand Down
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "alameda",
"version": "0.3.0",
"ignore": [
".gitignore",
".npmignore",
"node_modules",
"package.json",
"README.md",
"tests",
"tests-requirejs",
"copyrequirejstests.sh",
"testBaseUrl.js"
],
"homepage": "https://github.com/requirejs/alameda",
"authors": [
"jrburke.com"
],
"description": "AMD loader, like requirejs, but with promises and for modern browsers",
"main": "alameda.js",
"license": [
"BSD-3-Clause",
"MIT"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alameda",
"description": "AMD loader, like requirejs, but with promises and for modern browsers",
"version": "0.2.1+",
"version": "0.3.0",
"homepage": "http://github.com/requirejs/alameda",
"author": "James Burke <[email protected]> (http://github.com/jrburke)",
"licenses": [
Expand Down

0 comments on commit 15e7908

Please sign in to comment.