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

Commit 65e95da

Browse files
author
Charlike Mike Reagent
committed
fix: release 5.2.1 with dist folder
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 07d7178 commit 65e95da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-function",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins",
55
"repository": "tunnckoCore/parse-function",
66
"homepage": "https://github.com/tunnckoCore/parse-function",
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"start": "hela",
1414
"test": "NODE_ENV=test yarn hela test",
15+
"build": "yarn hela build",
1516
"precommit": "yarn hela precommit",
1617
"commit": "yarn hela commit"
1718
},

0 commit comments

Comments
 (0)