Skip to content

Commit 4e3f56a

Browse files
chore(release): v1.5.2...2.0.0
1 parent 54bea57 commit 4e3f56a

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

package.json

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,46 @@
11
{
22
"name": "gulp-posthtml",
3-
"version": "1.5.2",
3+
"version": "2.0.0",
44
"description": "Gulp PostHTML Plugin",
55
"main": "index.js",
6-
"engines": {
7-
"npm": ">=3",
8-
"node": ">=4"
9-
},
6+
"engines": { "npm": ">=3", "node": ">=4" },
107
"scripts": {
11-
"clean": "rm -rf .nyc_output coverage jsdoc-api",
128
"lint": "standard",
13-
"pretest": "npm run clean && npm run lint",
14-
"test": "nyc ava 'test/index.js'",
15-
"docs": "jsdoc2md index.js > index.md",
16-
"release:major": "mversion major",
17-
"release:minor": "mversion minor",
18-
"release:patch": "mversion patch"
9+
"test": "nyc ava test/index.js",
10+
"logs": "standard-changelog > CHANGELOG.md",
11+
"docs": "jsdoc2md index.js > INDEX.md",
12+
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
13+
"start": "sudo npm run clean && npm run lint && sudo npm test"
1914
},
2015
"dependencies": {
2116
"gulp-util": "^3.0.6",
22-
"posthtml": "^0.9.0",
23-
"posthtml-load-config": "^1.0.0-alpha3",
17+
"posthtml": "^0.9.1",
18+
"posthtml-load-config": "^1.0.0",
2419
"through2": "^2.0.0"
2520
},
2621
"devDependencies": {
2722
"ava": "^0.16.0",
28-
"coveralls": "^2.11.14",
29-
"nyc": "^8.3.0",
23+
"coveralls": "^2.11.15",
24+
"jsdoc-to-markdown": "^2.0.0",
25+
"nyc": "^9.0.1",
3026
"posthtml-include": "^1.1.0",
31-
"posthtml-pug": "^1.0.1",
32-
"standard": "^8.2.0",
33-
"vinyl": "^1.2.0"
27+
"posthtml-sugarml": "^1.0.0-alpha3",
28+
"standard": "^8.4.0",
29+
"vinyl": "^2.0.0",
30+
"standard-changelog": "0.0.1"
3431
},
3532
"ava": {
3633
"verbose": "true"
3734
},
3835
"nyc": {
3936
"all": true,
40-
"include": [
41-
"index.js",
42-
"test"
43-
],
44-
"extension": [
45-
".js"
46-
]
37+
"include": ["index.js"],
38+
"extension": [".js"]
4739
},
4840
"keywords": [
49-
"xml",
5041
"html",
5142
"posthtml",
52-
"posthtmlplugin",
43+
"posthtml-plugin",
5344
"gulp",
5445
"gulpplugin",
5546
"gulp-posthtml"
@@ -58,6 +49,12 @@
5849
"name": "Ivan Voishev",
5950
"email": "[email protected]"
6051
},
52+
"contributors": [
53+
{
54+
"name": "Michael Ciniawsky",
55+
"email": "[email protected]"
56+
}
57+
],
6158
"repository": {
6259
"type": "git",
6360
"url": "git+https://github.com/posthtml/gulp-posthtml.git"

0 commit comments

Comments
 (0)