fix boilerplate version

This commit is contained in:
Eric Burel 2018-10-19 15:55:59 +02:00
parent 14535c1e61
commit dd670f3c4e

View file

@ -1,11 +1,11 @@
Package.describe({
summary: "Generates the boilerplate html from program's manifest",
summary: 'Generates the boilerplate html from program\'s manifest',
version: '1.6.0',
name: 'boilerplate-generator'
});
Npm.depends({
"combined-stream2": "1.1.2"
'combined-stream2': '1.1.2'
});
Package.onUse(api => {