Skip to content

Commit

Permalink
fix: Fix wrong export
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffafoo committed Mar 10, 2019
1 parent 6986a20 commit 0bad104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "MIT",
"description": "Transform .properties, .env and other key-value pair dotfile files into TypeScript interfaces",
"files": [
"lib",
"*.js"
"lib"
],
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand All @@ -18,7 +17,8 @@
"build:js": "babel ./*.ts --out-dir lib --extensions \".ts,.tsx\"",
"test": "jest",
"start": "ts-node cli.ts",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepublishOnly": "npm run build"
},
"keywords": [
"properties",
Expand Down

0 comments on commit 0bad104

Please sign in to comment.