@terascope/fetch-github-release 0.8.1 → 0.8.2

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.
package/dist/package.json CHANGED
@@ -3,11 +3,11 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.8.1",
6
+ "version": "0.8.2",
7
7
  "description": "Download a specific release from github",
8
8
  "files": [
9
- "bin/*",
10
- "dist/src/**/*"
9
+ "dist/src/**/*",
10
+ "bin/*"
11
11
  ],
12
12
  "main": "lib/index.js",
13
13
  "typings": "dist/src/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "jest --coverage=false --notify --watch --onlyChanged",
23
23
  "test:debug": "env DEBUG=\"${DEBUG:-*teraslice*}\" jest --detectOpenHandles --coverage=false --runInBand",
24
24
  "check": "yarn run lint && yarn run test",
25
- "clean": "rimraf lib coverage",
25
+ "clean": "rimraf dist coverage",
26
26
  "prepublishOnly": "yarn run clean && yarn run build"
27
27
  },
28
28
  "bin": {
package/package.json CHANGED
@@ -3,11 +3,11 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.8.1",
6
+ "version": "0.8.2",
7
7
  "description": "Download a specific release from github",
8
8
  "files": [
9
- "bin/*",
10
- "dist/src/**/*"
9
+ "dist/src/**/*",
10
+ "bin/*"
11
11
  ],
12
12
  "main": "lib/index.js",
13
13
  "typings": "dist/src/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "jest --coverage=false --notify --watch --onlyChanged",
23
23
  "test:debug": "env DEBUG=\"${DEBUG:-*teraslice*}\" jest --detectOpenHandles --coverage=false --runInBand",
24
24
  "check": "yarn run lint && yarn run test",
25
- "clean": "rimraf lib coverage",
25
+ "clean": "rimraf dist coverage",
26
26
  "prepublishOnly": "yarn run clean && yarn run build"
27
27
  },
28
28
  "bin": {