Skip to content

Commit

Permalink
moves object-assign package to regular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
syropian committed Sep 1, 2019
1 parent 82141f8 commit e802afb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
44 changes: 31 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^24.9.0",
"bili": "^4.8.1",
"es6-object-assign": "^1.1.0",
"gh-pages": "^2.1.1",
"jest": "^24.9.0",
"node-sass": "^4.5.3",
Expand All @@ -61,5 +60,7 @@
"vue-highlightjs": "^1.3.3",
"vue-template-compiler": "^2.6.8"
},
"dependencies": {}
"dependencies": {
"es6-object-assign": "^1.1.0"
}
}

0 comments on commit e802afb

Please sign in to comment.