Skip to content

Commit

Permalink
Add resolutions key in package.json, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Elwood authored and Scott Elwood committed Aug 28, 2017
1 parent 773ed5d commit eddd761
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popover.js",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"main": "dist/popover.js",
"scripts": {
Expand All @@ -9,6 +9,9 @@
"test": "./node_modules/karma/bin/karma start",
"test:watch": "./node_modules/karma/bin/karma start"
},
"resolutions": {
"src/mixin.scss": "src/mixin.scss"
},
"files": [
"dist",
"src"
Expand Down

0 comments on commit eddd761

Please sign in to comment.