Prepare 3.1.0

This commit is contained in:
Chris
2015-11-23 08:44:01 +01:00
parent 492d2c6947
commit fe4d214be9
2 changed files with 6 additions and 10 deletions
+1 -2
View File
@@ -140,10 +140,10 @@ describe('react-webpack:app non-default-prompts', () => {
it('should generate dot files', () => {
assert.file([
'.babelrc',
'.editorconfig',
'.eslintrc',
'.gitignore',
'.npmignore',
'.yo-rc.json'
]);
});
@@ -151,7 +151,6 @@ describe('react-webpack:app non-default-prompts', () => {
it('should generate project configuration files', () => {
assert.file([
'LICENSE',
'package.json'
]);
});