Skip to content

Commit

Permalink
Merge pull request #1 from nmn/patch-1
Browse files Browse the repository at this point in the history
Make flow types available to NPM users.
  • Loading branch information
wessberg authored Oct 24, 2016
2 parents ed06da6 + 65e3907 commit b7a00f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "mocha --require mochahook.js --compilers js:babel-register src/test/**/*.*",
"build:es5": "NODE_ENV=production rollup -c rollup.dist.config.js -o colorutilities.js",
"build:native": "NODE_ENV=production rollup -c rollup.native.config.js -o native.js",
"build:typed": "cp src/colorutilities.js typed.js",
"build:typed": "cp src/colorutilities.js typed.js && cp src/colorutilities.js colorutilities.js.flow && cp src/colorutilities.js native.js.flow",
"build:all": "npm run build:es5 & npm run build:native & npm run build:typed & wait"
},
"keywords": [
Expand Down

0 comments on commit b7a00f8

Please sign in to comment.