Skip to content

Commit

Permalink
Merge branch 'fix/typescript'
Browse files Browse the repository at this point in the history
  • Loading branch information
JFGHT committed Sep 24, 2020
2 parents a467398 + f816bce commit d0c48ea
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1,583 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ typings/

# dotenv environment variables file
.env

# Actual source code
lib
5 changes: 0 additions & 5 deletions index.ts

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-idin",
"version": "2.0.2",
"version": "2.0.3",
"description": "NodeJS Library for iDIN (https://www.idin.nl/)",
"main": "dist/index.js",
"engines": {
Expand All @@ -18,7 +18,6 @@
"lint": "tslint -p .",
"example": "ts-node examples/index.ts",
"lint:fix": "tslint --fix -p .",
"release": "standard-version",
"validate": "npm ls"
},
"repository": {
Expand Down Expand Up @@ -54,10 +53,7 @@
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"jest": "^26.4.2",
"nsp": "^3.2.1",
"precommit-hook": "^3.0.0",
"standard": "^11.0.1",
"standard-version": "^4.3.0",
"ts-jest": "^22.4.2",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
Expand Down
Loading

0 comments on commit d0c48ea

Please sign in to comment.