RubyGems
npm
Organizations
Log in
Sign up
npm
@isense-development/test-npm
Versions diffs
2.0.10 → 2.0.11
@isense-development/test-npm 2.0.10 → 2.0.11
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/install.js
+1
-1
package/package.json
+1
-1
package/install.js
CHANGED
Viewed
@@ -5,7 +5,7 @@ let fs = require('fs')
5
5
const chalk = require('chalk')
6
6
var copyfiles = require('copyfiles');
7
7
8
-
var dir = 'src/tmp';
8
+
var dir = '
/
src/tmp';
9
9
if (!fs.existsSync(dir)) {
10
10
console.log(chalk.yellow('creating `tmp` directory'))
11
11
fs.mkdirSync(dir);
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@isense-development/test-npm",
3
-
"version": "2.0.
10
",
3
+
"version": "2.0.
11
",
4
4
"description": "test npm",
5
5
"main": "index.js",
6
6
"scripts": {