teckos-client 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "0.3.2",
2
+ "version": "0.3.3",
3
3
  "license": "MIT",
4
- "main": "lib/teckos-client.js",
5
- "unpkg": "dist/teckos-client.js",
6
- "module": "es/teckos-client.js",
4
+ "main": "lib/index.js",
5
+ "unpkg": "dist/index.js",
6
+ "module": "es/index.js",
7
7
  "types": "types/index.d.ts",
8
8
  "files": [
9
9
  "dist",