File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @2toad/fluent-state" ,
3- "version" : " 2.0.0 " ,
4- "description" : " A fluent JavaScript State Machine ( with TypeScript support) " ,
3+ "version" : " 2.0.1 " ,
4+ "description" : " A fluent JavaScript State Machine with full TypeScript support" ,
55 "homepage" : " https://github.com/2Toad/fluent-state" ,
66 "author" : " 2Toad" ,
77 "license" : " MIT" ,
1616 "lint" : " eslint . --cache" ,
1717 "lint:fix" : " eslint . --fix" ,
1818 "format" : " prettier . --write" ,
19- "prepublishOnly" : " npm run lint && npm test" ,
19+ "prepublishOnly" : " npm run lint && npm test && npm run build " ,
2020 "prepare" : " husky"
2121 },
2222 "repository" : {
2323 "type" : " git" ,
24- "url" : " git+ssh://git@github.com: 2Toad/fluent-state.git"
24+ "url" : " git+ssh://git@github.com/ 2Toad/fluent-state.git"
2525 },
2626 "keywords" : [
2727 " state machine"
You can’t perform that action at this time.
0 commit comments