mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
fix boilerplate version
This commit is contained in:
parent
14535c1e61
commit
dd670f3c4e
1 changed files with 2 additions and 2 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Reference in a new issue