Browse Source

rev version because npm muddles concerns

jrburke 11 years ago
parent
commit
b71e842a01
3 changed files with 2 additions and 3 deletions
  1. 0 1
      .npmignore
  2. 1 1
      amdefine.js
  3. 1 1
      package.json

+ 0 - 1
.npmignore

@@ -1,2 +1 @@
-README.md
 tests/

+ 1 - 1
amdefine.js

@@ -1,5 +1,5 @@
 /** vim: et:ts=4:sw=4:sts=4
- * @license amdefine 0.0.3 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
+ * @license amdefine 0.0.4 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
  * Available via the MIT or new BSD license.
  * see: http://github.com/jrburke/amdefine for details
  */

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "amdefine",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
-    "version": "0.0.3",
+    "version": "0.0.4",
     "homepage": "http://github.com/jrburke/amdefine.js",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "licenses": [