Skip to content

Commit

Permalink
Remove Flow type definition (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored and ForsakenHarmony committed Aug 9, 2019
1 parent 51ddb1c commit 97c0a2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"dev:hooks": "microbundle watch --raw --format cjs --cwd hooks",
"dev:compat": "microbundle watch --raw --format cjs --cwd compat --globals 'preact/hooks=preactHooks'",
"test": "npm-run-all lint build --parallel test:mocha test:karma test:ts",
"test:flow": "flow check",
"test:ts": "tsc -p test/ts/ && mocha --require babel-register test/ts/**/*-test.js",
"test:mocha": "mocha --recursive --require babel-register test/shared test/node",
"test:karma": "cross-env COVERAGE=true karma start karma.conf.js --single-run",
Expand Down Expand Up @@ -125,7 +124,6 @@
"eslint": "5.15.1",
"eslint-config-developit": "^1.1.1",
"eslint-plugin-react": "7.12.4",
"flow-bin": "^0.79.1",
"karma": "^3.0.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chai-sinon": "^0.1.5",
Expand Down
25 changes: 0 additions & 25 deletions src/preact.js.flow

This file was deleted.

0 comments on commit 97c0a2c

Please sign in to comment.