Skip to content

Commit

Permalink
chore: sort pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed May 12, 2019
1 parent 34e668f commit 11d3a41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -36,11 +36,6 @@
"watch": "jest --watch",
"watch:type": "tsc --watch"
},
"size-limit": [
{
"limit": "5 KB"
}
],
"dependencies": {
"deepmerge": "^3.2.0"
},
Expand All @@ -51,5 +46,10 @@
},
"engines": {
"node": ">=6"
}
},
"size-limit": [
{
"limit": "5 KB"
}
]
}

0 comments on commit 11d3a41

Please sign in to comment.