Skip to content

Commit 2a8b1fc

Browse files
author
Alexander Krasnoyarov
committed
Chore: prepare 1.0.0-alpha.1 release.
1 parent a32c49c commit 2a8b1fc

File tree

3 files changed

+11
-26
lines changed

3 files changed

+11
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Unrelease
1+
# 1.0.0-alpha.1 - 2016-11-11
22

33
- Chore: initial public release.

package.json

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotstxt-webpack-plugin",
3-
"version": "0.0.1",
3+
"version": "1.0.0-alpha.1",
44
"description": "A webpack plugin to output a robots.txt file",
55
"license": "MIT",
66
"author": "itgalaxy <[email protected]>",
@@ -16,28 +16,15 @@
1616
"url": "https://github.com/itgalaxy/robotstxt-webpack-plugin"
1717
},
1818
"keywords": [
19-
"cli",
20-
"standalone",
21-
"font",
22-
"fonts",
23-
"webfont",
24-
"webfonts",
25-
"svg",
26-
"ttf",
27-
"woff",
28-
"woff2",
29-
"otf",
30-
"ttf",
31-
"woff",
32-
"eot",
33-
"svg",
34-
"ttf2eot",
35-
"ttf2woff",
36-
"ttf2svg",
37-
"svg2ttf",
38-
"css",
39-
"scss",
40-
"webpack"
19+
"robots.txt",
20+
"robots",
21+
"robotstxt",
22+
"generate",
23+
"robots-txt",
24+
"user-agent",
25+
"webpack",
26+
"webpack-plugin",
27+
"plugin"
4128
],
4229
"bugs": {
4330
"url": "https://github.com/itgalaxy/robotstxt-webpack-plugin/issues"

src/__tests__/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ test.cb('should execute successfully using `dest` option', (t) => {
6767
throw error;
6868
}
6969

70-
// console.log(stats.compilation.assets);
71-
7270
t.true(stats.compilation.errors.length === 0, 'no compilation error');
7371
t.true(stats.compilation.assets[path.join(options.dest, 'robots.txt')] !== null, 'robots.txt in assets');
7472
t.true(stats.compilation.assets[path.join(options.dest, 'robots.txt')].size() > 0);

0 commit comments

Comments
 (0)