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

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ramsay committed Feb 19, 2017
1 parent a71abb4 commit 1181dd8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hercule",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"description": "Markdown, API Blueprint and string transclusion",
"main": "./lib/hercule",
"scripts": {
Expand All @@ -23,18 +23,14 @@
"engines": {
"node": ">=4.0.0"
},
"publishConfig": {
"tag": "next"
},
"ava": {
"require": "babel-register",
"babel": "inherit"
},
"nyc": {
"exclude": [
"node_modules",
"lib/grammar/transclusion-link.js",
"lib/grammar/inflate-link.js",
"lib/grammar/link.js",
"test"
]
},
Expand Down

0 comments on commit 1181dd8

Please sign in to comment.