tom-microservice 3.9.6 → 3.9.8

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tom-microservice",
3
3
  "description": "Tom creates customers, subscriptions plans & send notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.9.6",
5
+ "version": "3.9.8",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -113,7 +113,7 @@
113
113
  "src"
114
114
  ],
115
115
  "scripts": {
116
- "build": "gulp build && untracked > .nowignore",
116
+ "build": "gulp build && untracked > .vercelignore",
117
117
  "clean": "rm -rf node_modules",
118
118
  "coverage": "c8 report --reporter=text-lcov | coveralls",
119
119
  "dev": "svr src/router",
@@ -151,7 +151,7 @@
151
151
  "standard-markdown"
152
152
  ],
153
153
  "package.json": [
154
- "finepack --sort-ignore-object-at ava"
154
+ "finepack"
155
155
  ]
156
156
  },
157
157
  "simple-git-hooks": {