Skip to content

Commit

Permalink
typings -> types
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Jul 25, 2019
1 parent 8826cd6 commit a8c78e2
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 @@ -67,5 +67,5 @@
"lintfix": "standard --fix 'app/**/*.{js,jsx}'",
"prepublishOnly": "yarn test && yarn build"
},
"typings": "./src/index.d.ts"
"types": "./src/index.d.ts"
}

0 comments on commit a8c78e2

Please sign in to comment.