rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

.npmignore contents is different in NPM package #187

Closed nazar-pc closed 6 years ago

nazar-pc commented 7 years ago

Contents of .npmignore in master branch contains few extra files:

seamless-immutable.development.min.js
seamless-immutable.development.js
seamless-immutable.production.min.js

However, these files (thankfully) are not listed in 7.0.1 version of the NPM package's file. Looks like you have some llocal changes not committed to repository, maybe remove these files from .npmignore in repository as well?

crudh commented 6 years ago

This was fixed in #205, closing.