Update Meteor to 1.2

This requires local copies of packages that are broken or not Polymer 0.5
This commit is contained in:
Stefan Zermatten
2015-10-03 22:38:25 +02:00
parent d05874ed13
commit 8b3f11603a
61 changed files with 1359 additions and 134 deletions

View File

@@ -0,0 +1,17 @@
Package.describe({
name: 'differential:vulcanize',
summary: 'Vulcanize',
version: '2.0.1',
git: 'https://github.com/Differential/meteor-vulcanize'
});
Package.registerBuildPlugin({
name: 'vulcanize',
use: [
"underscore@1.0.3"
],
sources: [
'vulcanize.js'
],
npmDependencies: {'vulcanize': '1.9.1'}
});