@mimik/hofa-npmjs-tester 1.0.1 → 1.0.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.
@@ -10,7 +10,15 @@ pipelines:
10
10
  - backend.services
11
11
  script:
12
12
  - npm install
13
+ - step:
14
+ name: Build and Publish
15
+ runs-on:
16
+ - backend.services
17
+ trigger: 'manual'
18
+ script:
13
19
  - pipe: atlassian/npm-publish:1.1.1
14
20
  variables:
15
21
  NPM_TOKEN: $NPM_TOKEN
16
- # EXTRA_ARGS: "--access public"
22
+ EXTRA_ARGS: "--access public"
23
+
24
+
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.1",
4
+ "version": "1.0.2",
5
5
  "description": "Test npm publish and bitbucket pipeline .",
6
6
  "author": "hofa.chiang@mimik.com",
7
7
  "license": "ISC",