Included custom vulcanize package in repo

This commit is contained in:
Stefan Zermatten
2016-05-03 07:50:12 +02:00
parent af3af0e550
commit 2ffacb88e0
7 changed files with 142 additions and 1 deletions

View 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'}
});