Skip to content

Commit 42fdbe6

Browse files
author
hyperandroid
committed
Refactor.
1 parent 74ef8e0 commit 42fdbe6

File tree

8 files changed

+589
-403
lines changed

8 files changed

+589
-403
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "automata",
33
"version": "2.1.0",
4-
"main": "automata",
4+
"main": "./build/src/automata.js",
55
"keywords": [
66
"DFA",
77
"state machine",
@@ -19,6 +19,7 @@
1919
"engines": {
2020
"node": "*"
2121
},
22+
"typings": "./build/src/automata.d.ts",
2223
"license": "MIT",
2324
"homepage": "http://github.com/hyperandroid/automata"
2425
}

0 commit comments

Comments
 (0)