@mimik/hofa-npmjs-tester 1.0.6 → 1.0.7

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.
@@ -7,13 +7,13 @@ pipelines:
7
7
  - step:
8
8
  name: Test package by npm install
9
9
  runs-on:
10
- - backend.services
10
+ - backend.services.v2
11
11
  script:
12
12
  - npm install
13
13
  - step:
14
14
  name: Build and Publish
15
15
  runs-on:
16
- - backend.services
16
+ - backend.services.v2
17
17
  trigger: 'manual'
18
18
  script:
19
19
  - npm install
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mimik/hofa-npmjs-tester",
3
3
  "main": "index.js",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "description": "Test npm publish and bitbucket pipeline .",
6
6
  "author": "hofa.chiang@mimik.com",
7
7
  "license": "ISC",