bones-cli 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -144,6 +144,10 @@ var bfinit = function() {
144
144
  dest = 'client/layouts/layout.js';
145
145
  fs.copyFileSync(`${__dirname}/${src}`, dest, fs.constants.COPYFILE_EXCL);
146
146
 
147
+ src = 'init-template/bones.js.tmpl';
148
+ dest = 'lib/bones.js';
149
+ fs.copyFileSync(`${__dirname}/${src}`, dest, fs.constants.COPYFILE_EXCL);
150
+
147
151
  src = 'init-template/router-options.js.tmpl';
148
152
  dest = 'router/router-options.js';
149
153
  fs.copyFileSync(`${__dirname}/${src}`, dest, fs.constants.COPYFILE_EXCL);
@@ -0,0 +1,2 @@
1
+ Bones = {};
2
+ Bones.sitemap = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bones-cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Command line tools for Bones - a rapid development framework for web apps with MeteorJS & Blaze templates",
5
5
  "keywords": [
6
6
  "cli",