Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit c417371

Browse files
committed
include sass-loader as dep
1 parent 2afe525 commit c417371

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-elixir-vue-2",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "'Laravel Elixir Vue 2.0 Integration'",
55
"main": "index.js",
66
"repository": {
@@ -20,6 +20,7 @@
2020
"dependencies": {
2121
"css-loader": "^0.23.1",
2222
"file-loader": "^0.9.0",
23+
"sass-loader": "^4.0.0",
2324
"url-loader": "^0.5.7",
2425
"vue-loader": "^9.3.2"
2526
}

0 commit comments

Comments
 (0)