Skip to content

Commit

Permalink
fix(package): path to main files and ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jan 12, 2021
1 parent eabfaa1 commit bf435fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.1",
"description": "",
"author": "Danilo Woznica <danilowoz@gmail.com>",
"main": "build/lib/index.js",
"types": "build/types/lib/index.d.ts",
"main": "build/index.js",
"types": "build/types/index.d.ts",
"scripts": {
"lint": "eslint \"lib/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier \"src/**/*.+(ts|tsx|js|jsx|json|yml|yaml|md|mdx)\" --write",
Expand Down

0 comments on commit bf435fb

Please sign in to comment.