mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #13664 from Snuffleupagus/rm-package-version
Remove the `version` field from the `package.json` file
This commit is contained in:
commit
f979aae6fe
2 changed files with 1 additions and 3 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue