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 17d1702 commit fc4afa7Copy full SHA for fc4afa7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "amdclean",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A build tool that converts AMD code to standard JavaScript",
5
"main": "./src/amdclean",
6
"repository": {
src/amdclean.js
@@ -22,7 +22,7 @@
22
_ = codeEnv === 'node' ? require('lodash'): window._,
23
fs = codeEnv === 'node' ? require('fs'): {},
24
utils = {
25
- VERSION: '0.1.0',
+ VERSION: '0.1.1',
26
env: codeEnv,
27
moduleNamesStore: {},
28
errorMsgs: {
0 commit comments