'test:node'
]);
+ grunt.registerTask('publish-meteor', ['exec:meteor-init', 'exec:meteor-publish', 'exec:meteor-cleanup']);
+
// Task to be run when releasing a new version
grunt.registerTask('release', [
'jshint', 'nodeunit', 'concat', 'embedLocales',
'component', 'uglify:main',
- 'exec:meteor-init', 'exec:meteor-publish', 'exec:meteor-cleanup'
+ 'publish-meteor'
]);
};
"karma-firefox-launcher": "latest",
"karma-nodeunit": "latest",
"karma-sauce-launcher": "latest",
- "spacejam": "^1.1.1"
+ "spacejam": "latest"
},
"scripts": {
"test": "grunt test:node"