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.
2 parents 82fb952 + d884572 commit b1243c3Copy full SHA for b1243c3
automata.js
@@ -13,7 +13,7 @@
13
/**
14
* requireJS available ???
15
*/
16
- var module = {};
+ root.module = {};
17
18
19
@@ -1741,6 +1741,6 @@
1741
1742
}
1743
1744
- return _export;
+ exports = module.exports = _export;
1745
1746
})( typeof window!=='undefined' ? window : global );
changelog
@@ -1,3 +1,8 @@
1
+07-02-2015 *1.1.1*
2
+------------------
3
+
4
+* Module exports for node.
5
6
07-02-2015 *1.1.0*
7
------------------
8
package.json
@@ -1,6 +1,6 @@
{
"name": "automata",
- "version": "1.1.0",
+ "version": "1.1.1",
"main": "automata",
"keywords": [
"DFA",
0 commit comments