Skip to content

Commit

Permalink
Merge pull request #220 from heroku/ts-build
Browse files Browse the repository at this point in the history
Publish Types
  • Loading branch information
ryanbrainard authored Dec 12, 2018
2 parents a9afd90 + d4421f4 commit 4a661f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-refetch",
"version": "2.0.1",
"version": "2.0.2-0",
"description": "A simple, declarative, and composable way to fetch data for React components.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "babel src --out-dir lib",
"build": "babel src --out-dir lib; cp src/*.d.ts lib",
"clean": "rimraf lib dist coverage",
"lint": "eslint src test",
"prepublish": "npm run clean && npm run lint && npm run build",
Expand Down
File renamed without changes.

0 comments on commit 4a661f3

Please sign in to comment.