Skip to content

Commit

Permalink
chore: move examples to separate repository
Browse files Browse the repository at this point in the history
Co-Authored-By: Florian Brandt <[email protected]>
Co-Authored-By: Jan Schmitt <[email protected]>
  • Loading branch information
3 people committed Feb 13, 2020
1 parent 65e56e5 commit 52f9da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The official Node.js library for sipgate.io",
"main": "./dist/index.js",
"scripts": {
"lint": "eslint --fix ./lib/**/*.ts ./examples/**/*.ts",
"lint": "eslint --fix ./lib/**/*.ts",
"format": "prettier --write **/**.ts",
"test:dev": "jest ./lib --env=node --watch",
"test:unit": "jest ./lib --env=node",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"resolveJsonModule": true
},
"include": ["./lib/**/*"],
"exclude": ["examples", "node_modules", "./lib/**/*.test.ts"]
"exclude": ["node_modules", "./lib/**/*.test.ts"]
}

0 comments on commit 52f9da6

Please sign in to comment.