Skip to content

Commit

Permalink
Fixed packege.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Gluzman committed Dec 15, 2020
1 parent a331f8b commit cb3d281
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "error-typed-promise",
"version": "0.0.0",
"version": "1.0.0",
"description": "TypeScript Promises that are error-typed",
"main": "build/index.js",
"main": "src/index.ts",
"typings": "src/index.ts",
"scripts": {
"test": "npm run test:types",
"test:types": "dtslint --localTs node_modules/typescript/lib tests"
Expand Down

0 comments on commit cb3d281

Please sign in to comment.