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

Commit d4996d5

Browse files
author
Charlike Mike Reagent
committed
fix(stuff): finally release and publish with dist/index.js
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 1da909b commit d4996d5

File tree

2 files changed

+8
-223
lines changed

2 files changed

+8
-223
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-function",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
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",
@@ -105,5 +105,8 @@
105105
"acorn",
106106
"espree"
107107
]
108+
},
109+
"release": {
110+
"analyzeCommits": "simple-commit-message"
108111
}
109112
}

0 commit comments

Comments
 (0)