Skip to content

Commit

Permalink
chore(core): bump package to 0.0.70 (#4163)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored Sep 27, 2017
1 parent c1edc5b commit 6695a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.69",
"version": "0.0.70",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/core/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
mangle: false,
beautify: true,
comments: true,
sourceMap: false,
sourceMap: true,
}),
new HappyPack({
id: 'lib-html',
Expand Down

0 comments on commit 6695a0a

Please sign in to comment.