Skip to content

Commit

Permalink
Merge pull request #2 from Eazymov/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Eazymov authored Aug 17, 2019
2 parents f912f02 + fa79733 commit 86fcd14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
},
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:iife",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir cjs && flow-copy-source src cjs && yarn build:ts cjs",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es && flow-copy-source src es && yarn build:ts es",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir cjs && yarn build:types cjs",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es && yarn build:types es",
"build:iife": "cross-env BABEL_ENV=iife rollup -c",
"build:ts": "copyup \"src/*.d.ts\"",
"build:types": "copyup \"src/*.d.ts\" \"src/*.flow\"",
"prettier": "prettier \"./**/*.{js,flow,json,md}\"",
"prettier:check": "yarn prettier --check",
"prettier:write": "yarn prettier --write",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js.flow
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* @flow strict */
export { default } from './Cancelable';
File renamed without changes.

0 comments on commit 86fcd14

Please sign in to comment.