Skip to content

Commit

Permalink
Upgrading dependencies and adding source map.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jul 27, 2019
1 parent de99b48 commit 28393ef
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 167 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "a single-spa plugin for svelte applications",
"main": "lib/single-spa-svelte.js",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
"build": "babel src --out-dir lib --source-maps",
"prepublishOnly": "npm run build"
},
"files": [
"lib",
Expand All @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/CanopyTax/single-spa-svelte#readme",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0"
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5"
}
}
Loading

0 comments on commit 28393ef

Please sign in to comment.