Included custom vulcanize package in repo
This commit is contained in:
15
rpg-docs/packages/meteor-vulcanize/package.js
Normal file
15
rpg-docs/packages/meteor-vulcanize/package.js
Normal file
@@ -0,0 +1,15 @@
|
||||
Package.describe({
|
||||
name: 'thaum:vulcanize',
|
||||
summary: 'Vulcanize',
|
||||
version: '0.0.5',
|
||||
git: 'https://github.com/Differential/meteor-vulcanize'
|
||||
});
|
||||
|
||||
Package.registerBuildPlugin({
|
||||
name: 'vulcanize',
|
||||
use: [],
|
||||
sources: [
|
||||
'vulcanize.js'
|
||||
],
|
||||
npmDependencies: {'vulcanize': '0.7.11'}
|
||||
});
|
||||
Reference in New Issue
Block a user