We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0de66 commit 25f0b7eCopy full SHA for 25f0b7e
app/index.js
@@ -92,7 +92,6 @@
92
93
this.copy( 'GruntFile.coffee', 'GruntFile.coffee' );
94
this.copy( 'src/index.coffee', 'src/' + this._.slugify( this.mainName ) + '.coffee' );
95
- this.copy( 'src/api-settings.coffee', 'src/api-settings.coffee' );
96
this.copy( 'src/api/base.coffee', 'src/api/base.coffee' );
97
};
98
@@ -102,4 +101,4 @@
102
101
this.copy( 'jshintrc', '.jshintrc' );
103
this.copy( 'gitignore', '.gitignore' );
104
105
-} )();
+} )();
0 commit comments