add missing node module dependency

This commit is contained in:
tg(x) 2016-02-29 18:25:22 +01:00
parent 7c0ca49d03
commit 448ee63d7f
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ gulp = node_modules/gulp/bin/gulp.js
tsc = node_modules/typescript/bin/tsc
po2json = node_modules/po2json/bin/po2json
.PHONY: pogen lib/i18n-strings.js
.PHONY: node_modules pogen lib/i18n-strings.js
package-stable: tsc i18n
$(gulp) package-stable

View File

@ -25,6 +25,7 @@
"po2json": "git+https://github.com/mikeedwards/po2json",
"systemjs": "^0.19.14",
"through2": "^2.0.1",
"typescript": "^1.9.0-dev.20160225"
"typescript": "^1.9.0-dev.20160225",
"vinyl": "^1.1.1"
}
}