Skip to content

Commit 44e34b4

Browse files
committed
Bump version
1 parent 1df28a1 commit 44e34b4

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "static-sitemap-cli",
33
"description": "Simple CLI to pre-generate XML sitemaps for static sites locally.",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"author": "Jason Lee <[email protected]>",
66
"bin": {
77
"static-sitemap-cli": "./bin/run",
@@ -12,20 +12,26 @@
1212
"@oclif/command": "^1.5.18",
1313
"@oclif/config": "^1.13.2",
1414
"@oclif/plugin-help": "^2.2.0",
15+
"fast-glob": "^3.0.4",
1516
"get-stdin": "^7.0.0",
16-
"globby": "^10.0.1",
17-
"minimatch": "^3.0.4",
18-
"sitemap": "^3.2.2"
17+
"js2xmlparser": "^4.0.0",
18+
"micromatch": "^4.0.2"
19+
},
20+
"devDependencies": {
21+
"@oclif/test": "^1.2.5",
22+
"chai": "^4.2.0",
23+
"eslint": "^6.1.0",
24+
"mocha": "^6.2.0",
25+
"nyc": "^14.1.1"
1926
},
20-
"devDependencies": {},
2127
"engines": {
2228
"node": ">=8.0.0"
2329
},
2430
"files": [
2531
"/bin",
2632
"/src"
2733
],
28-
"homepage": "https://github.com/zerodevx/static-sitemap-cli",
34+
"homepage": "https://npmjs.com/package/static-sitemap-cli",
2935
"keywords": [
3036
"XML",
3137
"sitemap-generator",
@@ -39,6 +45,7 @@
3945
},
4046
"repository": "zerodevx/static-sitemap-cli",
4147
"scripts": {
42-
"test": "echo WIP! && exit 1"
48+
"posttest": "eslint .",
49+
"test": "nyc mocha --forbid-only \"test/**/*.test.js\""
4350
}
4451
}

0 commit comments

Comments
 (0)