Skip to content

Commit

Permalink
Add package.json (just to track versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Feb 7, 2020
1 parent 9d15af8 commit ab4f107
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Leaflet.TileLayer.NoGap",
"version": "0.3.0",
"prettier": {
"printWidth": 85,
"tabWidth": 4,
"useTabs": true,
"trailingComma": "es5",
"arrowParens": "always"
}
}

0 comments on commit ab4f107

Please sign in to comment.