sip-lab 1.12.16 → 1.12.17

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.sh +1 -1
  2. package/package.json +1 -1
package/install.sh CHANGED
@@ -8,7 +8,7 @@ set -o pipefail
8
8
  START_DIR=`pwd`
9
9
 
10
10
 
11
- mkdir -p 3rdParty
11
+ mkdir -p $START_DIR/3rdParty
12
12
 
13
13
 
14
14
  cd $START_DIR/3rdParty
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.12.16",
3
+ "version": "1.12.17",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {