]> source.dussan.org Git - gitea.git/commit
remove and disable package-lock (#6969)
authorsilverwind <me@silverwind.io>
Thu, 16 May 2019 19:33:54 +0000 (21:33 +0200)
committertechknowlogick <techknowlogick@gitea.io>
Thu, 16 May 2019 19:33:54 +0000 (15:33 -0400)
commit04f996f1f977fe00cc5ef55ac0548827221f9226
treecef1eec973f4ae288ec4b6c51ed0afb161845941
parent68a83cc5a240504e7d35ed2cdc1fae889fc08a1b
remove and disable package-lock (#6969)

* remove and disable package-lock

Using exact versions in package.json has the same effect as lockfiles
without all the troubles the lockfiles bring (different versions of
package manager generating different lockfiles primarily).

Ensured we only use exact versions in package.json and stopped
generation of new lockfiles via .npmrc which is support by both the npm
and yarn package managers.

Fixes: https://github.com/go-gitea/gitea/issues/6967
* enable save-exact
.gitignore
.npmrc [new file with mode: 0644]
package-lock.json [deleted file]
package.json