Skip to content

Commit

Permalink
add missing dependency: object-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Aug 23, 2015
1 parent ac67ff8 commit b6ce59a
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 1 deletion.
39 changes: 39 additions & 0 deletions node_modules/object-assign/index.js

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

21 changes: 21 additions & 0 deletions node_modules/object-assign/license

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

77 changes: 77 additions & 0 deletions node_modules/object-assign/package.json

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

51 changes: 51 additions & 0 deletions node_modules/object-assign/readme.md

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shopping-cart-starter-kit",
"version": "0.0.2",
"version": "0.0.3",
"description": "Reusable shopping cart component for React with no extra fluff.",
"main": "modules/CartStarterKit.jsx.js",
"directories": {
Expand Down Expand Up @@ -36,6 +36,7 @@
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-uglify": "^1.2.0",
"object-assign": "^4.0.1",
"uglify": "^0.1.5",
"vinyl-source-stream": "^1.1.0"
},
Expand Down

0 comments on commit b6ce59a

Please sign in to comment.