Merge pull request #13664 from Snuffleupagus/rm-package-version

Remove the `version` field from the `package.json` file
This commit is contained in:
Tim van der Meij 2021-07-03 18:50:07 +02:00 committed by GitHub
commit f979aae6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

3
package-lock.json generated
View File

@ -1,8 +1,7 @@
{
"name": "pdf.js",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@babel/code-frame": {
"version": "7.5.5",

View File

@ -1,6 +1,5 @@
{
"name": "pdf.js",
"version": "2.0.0",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",