Use slashes for directories in .npmignore

This commit is contained in:
Sean Lilley 2016-07-12 15:36:06 -04:00
parent c89a183eab
commit ad3fc2c51b
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
.idea /.idea
.jshintrc .jshintrc
.npmignore .npmignore
.travis.yml .travis.yml
gulpfile.js gulpfile.js
test /test
specs /specs
TypeScriptDefinitions /TypeScriptDefinitions