Skip to content

Commit

Permalink
Publish only index
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jan 24, 2017
1 parent 3ca7009 commit 0dceb58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
"description": "Flexible WMTS scheme for Javascript applications",
"main": "index.js",
"jsnext:main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "npm run lint && jest --coverage",
"lint": "standard",
"docs": "documentation readme index.js --section=Usage"
},
"files": [
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DenisCarriere/wmts.git"
Expand Down

0 comments on commit 0dceb58

Please sign in to comment.