Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
pkg: reorder keys, add browserslist
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Apr 16, 2018
1 parent a57aeb1 commit 93e6950
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "tippy.js",
"version": "2.5.1",
"version": "2.5.2",
"description": "Vanilla JS Tooltip Library",
"author": "atomiks",
"license": "MIT",
"keywords": [
"tooltip",
"tippy",
"tippy.js"
],
"main": "dist/tippy.all.js",
"repository": {
"type": "git",
Expand All @@ -26,12 +33,9 @@
"semi": false,
"singleQuote": true
},
"author": "atomiks",
"license": "MIT",
"keywords": [
"tooltip",
"tippy",
"tippy.js"
"browserslist": [
"> 0.25%",
"last 2 versions"
],
"devDependencies": {
"animejs": "^2.2.0",
Expand Down

0 comments on commit 93e6950

Please sign in to comment.