Skip to content

Commit 50b8dde

Browse files
committedOct 3, 2016
added test folder to the .npmignore
1 parent 081f63c commit 50b8dde

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

Diff for: ‎.npmignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
.gitignore
44
.npmignore
55
.travis.yml
6-
coverage
7-
demo
6+
coverage/*
7+
demo/*
8+
test/*

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-modules-require-hook",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A require hook to compile CSS Modules on the fly",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.