Closed alshakero closed 7 years ago
Can we delete the generated .js and .d.ts files from git then? It would make reviewing and rebasing PRs much easier, and if you want a CDN, use https://unpkg.com/, not GitHub.
@felixfbecker even better.
I just realized that bower used files in dist
.
I suggest we remove bower, to get rid of all deperecated stuff for good. Main use case is Palindrom and Palindrom uses NPM. And Palindrom is bundled.
👏 What breeze to read just three short files! 🍹
Is this good to go?
Benefits:
applyPatch
. E.g (import { applyPatch } from 'fast-json-patch'
).require
and use external libs.Modifications:
npm install
compiles automatically).apply
.equals
Node module.Array.isArray
, even IE supports it now.postinstall
command to be called bynpm install
to compile TS code.dist
folder in favour of https://unpkg.com/.Fixes https://github.com/Starcounter-Jack/JSON-Patch/issues/140, https://github.com/Starcounter-Jack/JSON-Patch/issues/166, https://github.com/Starcounter-Jack/JSON-Patch/issues/169 and https://github.com/Starcounter-Jack/JSON-Patch/issues/181.