remove style-loader hack (#148)

This commit is contained in:
Nolan Lawson 2018-04-17 11:10:21 -07:00 committed by GitHub
parent e8a527989a
commit 61b3b9ea75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -8405,7 +8405,7 @@
}
},
"sapper": {
"version": "github:nolanlawson/sapper#d9db963a055aaaf542d405619ca46eb120c6dd92",
"version": "github:nolanlawson/sapper#c6da54184f734d16f61c967ae8121bf2ac824b36",
"requires": {
"chalk": "2.4.0",
"chokidar": "1.7.0",

View File

@ -66,7 +66,7 @@
"pify": "^3.0.0",
"quick-lru": "^1.1.0",
"requestidlecallback": "^0.3.0",
"sapper": "github:nolanlawson/sapper#for-pinafore-2",
"sapper": "github:nolanlawson/sapper#for-pinafore-3",
"serve-static": "^1.13.1",
"stringz": "^1.0.0",
"style-loader": "^0.20.3",