Skip to content

Commit

Permalink
add typescript definitions to npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
atstp committed Aug 27, 2017
1 parent e2ee29f commit 9138ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,9 +1,10 @@
{
"name": "leaflet-easybutton",
"version": "2.2.0",
"version": "2.2.1",
"description": "easily add control buttons to your leaflet maps with icon support",
"main": "src/easy-button.js",
"style": "src/easy-button.css",
"types": "src/easy-button.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 9138ed4

Please sign in to comment.