@makano/rew 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ const { log, logget } = require('./log');
7
7
  const { execSync } = require('child_process');
8
8
  const { run } = require('../main');
9
9
 
10
- const npm_package_name = '@kevinj045/rew';
10
+ const npm_package_name = '@makano/rew';
11
11
 
12
12
  module.exports = {
13
13
  conf(command, fullPath, key, value){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.0.01",
3
+ "version": "1.0.02",
4
4
  "description": "",
5
5
  "main": "lib/rew/main.js",
6
6
  "directories": {