Skip to content

Commit 28ac395

Browse files
committed
Releasing AMDclean 2.2.1
1 parent ad0a7cf commit 28ac395

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/amdclean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! amdclean - v2.2.0 - 2014-06-15
1+
/*! amdclean - v2.2.1 - 2014-06-15
22
* http://gregfranko.com/amdclean
33
* Copyright (c) 2014 Greg Franko */
44

build/amdclean.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amdclean",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A build tool that converts AMD code to standard JavaScript",
55
"main": "./src/amdclean",
66
"repository": {

src/amdclean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! amdclean - v2.2.0 - 2014-06-15
1+
/*! amdclean - v2.2.1 - 2014-06-15
22
* http://gregfranko.com/amdclean
33
* Copyright (c) 2014 Greg Franko */
44

0 commit comments

Comments
 (0)