Skip to content

Commit 5bf8000

Browse files
committed
fix(npm): fix .npmignore excluding templates/app/server/.jshintrc
fixes #1893
1 parent 004e1f5 commit 5bf8000

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.npmignore

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
angular-fullstack-deps
2-
test
3-
.idea
4-
src
5-
scripts
6-
ISSUE_TEMPLATE.md
7-
PULL_REQUEST_TEMPLATE.md
8-
.travis.yml
9-
gulpfile.babel.js
10-
Gruntfile.js
11-
.jshintrc
1+
./angular-fullstack-deps
2+
./test
3+
./.idea
4+
./src
5+
./scripts
6+
./ISSUE_TEMPLATE.md
7+
./PULL_REQUEST_TEMPLATE.md
8+
./.travis.yml
9+
./gulpfile.babel.js
10+
./Gruntfile.js
11+
./.jshintrc

0 commit comments

Comments
 (0)