File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " oflow-interface" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.3 " ,
44 "description" : " Interface package for O FLOW. You can use this package to build your own plugin that can control anything." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "scripts" : {
88 "watch" : " tsc --watch" ,
9- "lint" : " eslint --fix" ,
109 "test" : " echo All tests passed." ,
11- "build" : " tsc"
10+ "build" : " tsc" ,
11+ "type:check" : " tsc --noEmit" ,
12+ "lint" : " eslint --fix ." ,
13+ "lint:check" : " eslint ." ,
14+ "format" : " prettier --write ." ,
15+ "format:check" : " prettier --check ."
1216 },
1317 "author" : " O FLOW" ,
1418 "license" : " Apache-2.0" ,
7781 "dependencies" : {
7882 "eslint-plugin-unused-imports" : " ^4.1.4"
7983 }
80- }
84+ }
You can’t perform that action at this time.
0 commit comments