Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 1181dd8

Browse files
author
James Ramsay
committed
Release v4.0.0
1 parent a71abb4 commit 1181dd8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hercule",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0",
44
"description": "Markdown, API Blueprint and string transclusion",
55
"main": "./lib/hercule",
66
"scripts": {
@@ -23,18 +23,14 @@
2323
"engines": {
2424
"node": ">=4.0.0"
2525
},
26-
"publishConfig": {
27-
"tag": "next"
28-
},
2926
"ava": {
3027
"require": "babel-register",
3128
"babel": "inherit"
3229
},
3330
"nyc": {
3431
"exclude": [
3532
"node_modules",
36-
"lib/grammar/transclusion-link.js",
37-
"lib/grammar/inflate-link.js",
33+
"lib/grammar/link.js",
3834
"test"
3935
]
4036
},

0 commit comments

Comments
 (0)