@isense-development/test-npm 2.0.8 → 2.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.
Files changed (2) hide show
  1. package/install.js +3 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -1,6 +1,8 @@
1
+ let execSync = require('child_process').execSync
2
+ execSync('npm install copyfiles', {stdio: [0, 1, 2]})
3
+
1
4
  let fs = require('fs')
2
5
  const chalk = require('chalk')
3
- let execSync = require('child_process').execSync
4
6
  var copyfiles = require('copyfiles');
5
7
 
6
8
  var dir = './tmp';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isense-development/test-npm",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "test npm",
5
5
  "main": "index.js",
6
6
  "scripts": {