Skip to content

Commit

Permalink
Merge pull request #131 from KaiVolland/package-files
Browse files Browse the repository at this point in the history
Specifies 'files' in package.json
  • Loading branch information
KaiVolland authored Sep 6, 2019
2 parents 2d8f8d0 + 8e02963 commit ec4cdbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "2.0.0",
"description": "",
"main": "index.d.ts",
"files": [
"index.d.ts",
"rastersample.ts",
"sample.ts",
"README.md"
],
"scripts": {
"lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json",
"release": "np --no-yarn && git push https://github.com/terrestris/geostyler-style.git master --tags"
Expand Down

0 comments on commit ec4cdbb

Please sign in to comment.