Skip to content

Commit

Permalink
Correct index.ts file for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed May 31, 2019
1 parent b3d1296 commit b180d8a
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
@@ -1,13 +1,13 @@
{
"name": "@siegrift/tsfunct",
"version": "1.0.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Siegrift/tsfunct.git"
},
"author": "Siegrift <e.tesarr@gmail.com>",
"license": "MIT",
"main": "./out/index.js",
"types": "./out/index.d.ts",
"files": [
"out/**/*"
Expand Down

0 comments on commit b180d8a

Please sign in to comment.