Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
chore(package): bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Mar 19, 2020
1 parent 354cfb7 commit 7658e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "respec-caniuse-route",
"version": "3.0.2",
"version": "3.1.0",
"description": "API endpoint handler for getting caniuse data in a ReSpec friendly way. Used in respec.org",
"main": "index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"clean": "rm -rf *.js *.d.ts",
"dev": "tsc -w",
"prepare": "npm run build",
"prepublishOnly": "npm run clean && npm run build",
"prepublishOnly": "npm run clean && npm run build"
},
"devDependencies": {
"@types/node": "^12.7.1",
Expand Down

0 comments on commit 7658e22

Please sign in to comment.