Skip to content

Commit

Permalink
rev version because npm muddles concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Oct 15, 2012
1 parent e39928a commit b71e842
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
@@ -1,2 +1 @@
README.md
tests/ tests/
2 changes: 1 addition & 1 deletion amdefine.js
@@ -1,5 +1,5 @@
/** vim: et:ts=4:sw=4:sts=4 /** 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. * Available via the MIT or new BSD license.
* see: http://github.com/jrburke/amdefine for details * see: http://github.com/jrburke/amdefine for details
*/ */
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "amdefine", "name": "amdefine",
"description": "Provide AMD's define() API for declaring modules in the AMD format", "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", "homepage": "http://github.com/jrburke/amdefine.js",
"author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)", "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
"licenses": [ "licenses": [
Expand Down

0 comments on commit b71e842

Please sign in to comment.