We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56363a2 commit 1a147dfCopy full SHA for 1a147df
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "amdclean",
3
- "version": "0.7.0",
+ "version": "1.0.0",
4
"description": "A build tool that converts AMD code to standard JavaScript",
5
"main": "./src/amdclean",
6
"repository": {
src/amdclean.js
@@ -1,4 +1,4 @@
-/*! amdclean - v0.7.0 - 2014-02-08
+/*! amdclean - v1.0.0 - 2014-02-09
* http://gregfranko.com/amdclean
* Copyright (c) 2014 Greg Franko; Licensed MIT*/
@@ -34,7 +34,7 @@
34
// The Public API object
35
publicAPI = {
36
// Current project version number
37
- 'VERSION': '0.7.0',
+ 'VERSION': '1.0.0',
38
// Default Options
39
'defaultOptions': {
40
'globalObject': false,
0 commit comments