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

Commit

Permalink
fix: release 5.2.1 with dist folder
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
Charlike Mike Reagent committed Mar 5, 2018
1 parent 07d7178 commit 65e95da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-function",
"version": "5.2.0",
"version": "5.2.1",
"description": "Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins",
"repository": "tunnckoCore/parse-function",
"homepage": "https://github.com/tunnckoCore/parse-function",
Expand All @@ -12,6 +12,7 @@
"scripts": {
"start": "hela",
"test": "NODE_ENV=test yarn hela test",
"build": "yarn hela build",
"precommit": "yarn hela precommit",
"commit": "yarn hela commit"
},
Expand Down

0 comments on commit 65e95da

Please sign in to comment.