Skip to content

Commit 442a6ef

Browse files
author
Null McNull
committed
fix: webstorm project name
1 parent c28731b commit 442a6ef

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "angular-block-ui",
3+
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
34
"version": "0.0.8",
45
"keywords": [
56
"angular",
@@ -11,7 +12,6 @@
1112
"authors": [
1213
"Null McNull <[email protected]>"
1314
],
14-
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
1515
"license": "MIT",
1616
"ignore": [
1717
"**/.*",

gulpfile.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ gulp.task('kitchensink', [ 'modules', 'bower', 'index' ], function () {
2828

2929
});
3030

31+
// - - - - 8-< - - - - - - - - - - - - - - - - - - -
32+
33+
34+
3135
// - - - - 8-< - - - - - - - - - - - - - - - - - - -
3236

3337
gulp.task('dist-clean', ['angular-block-ui-clean'], function () {
3438

35-
return gulp.src('dist/**/*').pipe(clean());
39+
return gulp.src('dist/**/*', { read: false }).pipe(clean());
3640

3741
});
3842

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "angular-project-template",
2+
"name": "angular-block-ui",
33
"version": "0.0.1",
4-
"description": "Boilerplate template for domain driven angularjs applications.",
5-
"homepage": "https://github.com/McNull/angular-project-template",
4+
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
5+
"homepage": "https://github.com/McNull/angular-block-ui",
66
"main": "gulp",
77
"scripts": {
88
"test": "gulp test"

0 commit comments

Comments
 (0)