datagrok-tools 4.5.0 → 4.5.1

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.
@@ -164,6 +164,10 @@ function createDirectoryContents(name, config, templateDir, packageDir) {
164
164
  if (ts) contents += '\n# Emitted *.js files\nsrc/**/*.js\n';
165
165
  }
166
166
 
167
+ if (file === 'npmignore') {
168
+ copyFilePath = _path["default"].join(packageDir, '.npmignore');
169
+ }
170
+
167
171
  _fs["default"].writeFileSync(copyFilePath, contents, 'utf8');
168
172
  } else if (stats.isDirectory()) {
169
173
  if (file === '.vscode' && !(ide == 'vscode' && platform == 'win32')) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Utility to upload and publish packages to Datagrok",
5
5
  "homepage": "https://github.com/datagrok-ai/public/tree/master/tools#readme",
6
6
  "dependencies": {