Skip to content

Commit d00e6e4

Browse files
committed
remove tests from npm packages
1 parent 1f1b466 commit d00e6e4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*/node_modules/*
1+
*/node_modules/*

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
docs
33
coverage
4+
src/test
45
.publish
56
.github
67
.codecov.yml
@@ -13,3 +14,5 @@ jsdoc.conf.json
1314
webpack.common.js
1415
webpack.dev.js
1516
webpack.prod.js
17+
.eslintrc
18+
.eslintignore

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)