Commit 65478a93 authored by Yadd's avatar Yadd
Browse files

Embed path-to-regexp in bundle

parent c668df7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ Package: libjs-vue-router
Architecture: all
Depends: ${misc:Depends},
 nodejs (>= 6),
 node-path-to-regexp,
 libjs-vue
Provides: node-vue-router (=${source:Version})
Recommends: javascript-common
+3 −0
Original line number Diff line number Diff line
@@ -9,4 +9,7 @@

override_dh_auto_build:
	dh_auto_build
	mkdir node_modules
	ln -s /usr/*/nodejs/path-to-regexp node_modules/
	NODE_PATH=debian/node_modules node build/build.js
	rm -rf node_modules