|
@@ -10,7 +10,7 @@ requiring those other programs to use AMD.
|
|
|
|
|
|
```javascript
|
|
|
"dependencies": {
|
|
|
- "amdefine": ">=0.0.2"
|
|
|
+ "amdefine": ">=0.0.5"
|
|
|
}
|
|
|
```
|
|
|
|
|
@@ -37,7 +37,7 @@ declarations of the same variable in the same scope gracefully.
|
|
|
If you want to deliver amdefine.js with your code rather than specifying it as a dependency
|
|
|
with npm, then just download the latest release and refer to it using a relative path:
|
|
|
|
|
|
-[Version 0.0.2](https://github.com/jrburke/amdefine/raw/0.0.2/amdefine.js)
|
|
|
+[Latest Version](https://github.com/jrburke/amdefine/raw/latest/amdefine.js)
|
|
|
|
|
|
## define() usage
|
|
|
|