Skip to content

Commit da6cf25

Browse files
authored
Use npm workspaces for Rapidez dependencies (#1026)
1 parent 7b3670a commit da6cf25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"vue-turbolinks": "^2.2.2",
4848
"vue2-teleport": "^1.1.4"
4949
},
50-
"dependencies": {}
50+
"dependencies": {},
51+
"workspaces": [
52+
"vendor/rapidez/*"
53+
]
5154
}

0 commit comments

Comments
 (0)