Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaruk committed Mar 29, 2023
1 parent 8f6bcdf commit b361504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "up-npm",
"version": "2.1.0",
"version": "2.1.1",
"author": "Icaruk",
"scripts": {
"postinstall": "node ./scripts/setup.js"
Expand Down Expand Up @@ -32,8 +32,5 @@
],
"bin": {
"up-npm": "up-npm"
},
"devDependencies": {
"dotenv": "^16.0.3"
}
}
5 changes: 2 additions & 3 deletions scripts/setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require('dotenv').config();

const os = require("os");
const fs = require("fs");
Expand All @@ -10,8 +9,8 @@ const distPath = path.join(__dirname, "../dist");
const scriptsPath = path.join(__dirname, "../scripts");
const binPath = path.join(__dirname, "..");

const appName = process.env.APP_NAME;
const version = process.env.VERSION;
const appName = "up-npm";
const version = "2.1.1";

let distFilename = "";
let isWindows = false;
Expand Down

0 comments on commit b361504

Please sign in to comment.