Skip to content

Commit

Permalink
chore(package): update source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Sep 19, 2015
1 parent 9c12065 commit 7bc824b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var config = {
},
source_map_bundle: {
standalone: 'sourceMap',
srcFile: './node_modules/source-map/lib/source-map.js',
srcFile: './node_modules/source-map/source-map.js',
destDir: './build',
destName: 'source-map.js'
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"is-url": "^1.2.1",
"isarray": "^0.0.1",
"path-is-absolute": "^1.0.0",
"source-map": "^0.4.2",
"source-map": "^0.5.0",
"type-name": "^1.0.1",
"xtend": "^4.0.0"
},
Expand Down

0 comments on commit 7bc824b

Please sign in to comment.