use official repo for libflac.js
This commit is contained in:
parent
0410af9e5e
commit
0827e02de9
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ BUILD_DIR = build
|
||||||
CLEANCSS = ./node_modules/.bin/cleancss
|
CLEANCSS = ./node_modules/.bin/cleancss
|
||||||
DEPLOY_DIR = libs
|
DEPLOY_DIR = libs
|
||||||
LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
|
LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
|
||||||
LIBFLAC_DIR = node_modules/libflac/dist/min/
|
LIBFLAC_DIR = node_modules/libflacjs/dist/min/
|
||||||
NODE_SASS = ./node_modules/.bin/node-sass
|
NODE_SASS = ./node_modules/.bin/node-sass
|
||||||
NPM = npm
|
NPM = npm
|
||||||
OUTPUT_DIR = .
|
OUTPUT_DIR = .
|
||||||
|
|
|
@ -9736,9 +9736,9 @@
|
||||||
"yaeti": "1.0.1"
|
"yaeti": "1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libflac": {
|
"libflacjs": {
|
||||||
"version": "github:ztl8702/libflac.js#ec24bfdab68d22b736b83e327aa32b5aee5943f6",
|
"version": "github:mmig/libflac.js#6d546b6ae451c0bdf2f7676e24c620a71f9c638b",
|
||||||
"from": "github:ztl8702/libflac.js#ec24bfdab68d22b736b83e327aa32b5aee5943f6"
|
"from": "github:mmig/libflac.js#6d546b6ae451c0bdf2f7676e24c620a71f9c638b"
|
||||||
},
|
},
|
||||||
"load-json-file": {
|
"load-json-file": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
"jsc-android": "224109.1.0",
|
"jsc-android": "224109.1.0",
|
||||||
"jwt-decode": "2.2.0",
|
"jwt-decode": "2.2.0",
|
||||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#e097a1189ed99838605d90b959e129155bc0e50a",
|
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#e097a1189ed99838605d90b959e129155bc0e50a",
|
||||||
"libflac": "github:ztl8702/libflac.js#ec24bfdab68d22b736b83e327aa32b5aee5943f6",
|
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
|
||||||
"lodash": "4.17.4",
|
"lodash": "4.17.4",
|
||||||
"moment": "2.19.4",
|
"moment": "2.19.4",
|
||||||
"moment-duration-format": "2.2.2",
|
"moment-duration-format": "2.2.2",
|
||||||
|
|
Loading…
Reference in New Issue