@tap-payments/auth-jsconnect 1.0.0 → 1.0.1

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/README.md +0 -0
  2. package/package.json +5 -3
package/README.md ADDED
File without changes
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "1.0.0",
4
- "description": "",
3
+ "version": "1.0.1",
4
+ "description": "connect library, auth",
5
+ "private": false,
5
6
  "main": "build/index.js",
6
7
  "module": "build/index.js",
7
8
  "types": "build/index.d.ts",
@@ -19,7 +20,8 @@
19
20
  "build": "cross-env NODE_ENV=production webpack",
20
21
  "copy:files": "copyfiles -u 1 src/**/*.css build/",
21
22
  "tsc:alias": "tsc-alias -p tsconfig.json",
22
- "ts:build": "rm -r ./build && tsc && yarn tsc:alias && yarn copy:files"
23
+ "ts:build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json && yarn copy:files",
24
+ "push": "npm publish --access public"
23
25
  },
24
26
  "keywords": [],
25
27
  "author": {