diff --git a/package.js b/package.js index 9b461d0..8d16ad2 100644 --- a/package.js +++ b/package.js @@ -1,9 +1,12 @@ Package.describe({ - summary: "A meteorite package that makes building dynamic two way forms easy" + summary: "A meteorite package that makes building dynamic two way forms easy", + version: "0.1.8", + git: "https://github.com/Differential/simple-form.git" }); Package.on_use(function(api) { - api.use(['ui', 'templating', 'underscore', 'underscore-string-latest'], 'client'); + api.versionsFrom("METEOR@0.9.0"); + api.use(['ui', 'templating', 'underscore', "mrt:underscore-string-latest@2.3.3"], 'client'); api.add_files(['fileField.html', 'fileField.js', 'helper.js', 'simpleform.js'], 'client'); api.export('SimpleForm', 'client'); }); diff --git a/smart.json b/smart.json deleted file mode 100644 index b38c10f..0000000 --- a/smart.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "simple-form", - "description": "A meteorite package that makes building dynamic two way forms easy (uses bootstrap markup)", - "homepage": "https://github.com/Differential/simple-form", - "author": "Differential (http://differential.io)", - "version": "0.1.8", - "git": "https://github.com/Differential/simple-form.git", - "packages": { - "underscore-string-latest": {} - } -} diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..22a6735 --- /dev/null +++ b/versions.json @@ -0,0 +1,159 @@ +{ + "dependencies": [ + [ + "application-configuration", + "1.0.2" + ], + [ + "base64", + "1.0.0" + ], + [ + "binary-heap", + "1.0.0" + ], + [ + "blaze", + "2.0.0" + ], + [ + "blaze-tools", + "1.0.0" + ], + [ + "boilerplate-generator", + "1.0.0" + ], + [ + "callback-hook", + "1.0.0" + ], + [ + "check", + "1.0.0" + ], + [ + "ddp", + "1.0.8" + ], + [ + "deps", + "1.0.3" + ], + [ + "ejson", + "1.0.2" + ], + [ + "follower-livedata", + "1.0.1" + ], + [ + "geojson-utils", + "1.0.0" + ], + [ + "html-tools", + "1.0.0" + ], + [ + "htmljs", + "1.0.1" + ], + [ + "id-map", + "1.0.0" + ], + [ + "jquery", + "1.0.0" + ], + [ + "json", + "1.0.0" + ], + [ + "logging", + "1.0.3" + ], + [ + "meteor", + "1.1.0" + ], + [ + "minifiers", + "1.1.0" + ], + [ + "minimongo", + "1.0.3" + ], + [ + "mongo", + "1.0.5" + ], + [ + "mrt:underscore-string-latest", + "2.3.3" + ], + [ + "observe-sequence", + "1.0.2" + ], + [ + "ordered-dict", + "1.0.0" + ], + [ + "random", + "1.0.0" + ], + [ + "reactive-var", + "1.0.1" + ], + [ + "retry", + "1.0.0" + ], + [ + "routepolicy", + "1.0.1" + ], + [ + "spacebars", + "1.0.1" + ], + [ + "spacebars-compiler", + "1.0.2" + ], + [ + "templating", + "1.0.6" + ], + [ + "tracker", + "1.0.2" + ], + [ + "ui", + "1.0.2" + ], + [ + "underscore", + "1.0.0" + ], + [ + "webapp", + "1.1.1" + ], + [ + "webapp-hashing", + "1.0.0" + ] + ], + "pluginDependencies": [], + "toolVersion": "meteor-tool@1.0.31", + "format": "1.0" +} \ No newline at end of file