Skip to content

Commit

Permalink
Update for Meteor 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed Aug 15, 2013
1 parent 785e3ce commit 40a5765
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
autopublish
insecure
preserve-inputs
standard-app-packages
xml2js
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.5
1 change: 1 addition & 0 deletions packages/xml2js/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.build*
7 changes: 0 additions & 7 deletions packages/xml2js/.npm/README

This file was deleted.

16 changes: 0 additions & 16 deletions packages/xml2js/.npm/npm-shrinkwrap.json

This file was deleted.

File renamed without changes.
7 changes: 7 additions & 0 deletions packages/xml2js/.npm/package/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This directory and the files immediately inside it are automatically generated
when you change this package's NPM dependencies. Commit the files in this
directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
so that others run the same versions of sub-dependencies.

You should NOT check in the node_modules directory that Meteor automatically
creates; if you are using git, the .gitignore file tells git to ignore it.
12 changes: 12 additions & 0 deletions packages/xml2js/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/xml2js/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ Package.describe({
Npm.depends({xml2js: "0.2.6"});

Package.on_use(function (api) {
if (api.export) // ensure backwards compatibility with Meteor pre-0.6.5
api.export('XML2JS');

api.add_files("xml2js.js", "server");
});

0 comments on commit 40a5765

Please sign in to comment.