We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 966bf4a + 9d58bff commit bcaa2dbCopy full SHA for bcaa2db
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hapiness/biim",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Error Library to use it inside Hapiness framework or standalone using Boom",
5
"main": "index.js",
6
"types": "index.d.ts",
tools/files.json
@@ -5,5 +5,8 @@
{ "name":"src" },
{ "name":"index.js", "remove":true },
7
{ "name":"index.js.map", "remove":true },
8
- { "name":"index.d.ts", "remove":true }
+ { "name":"index.d.ts", "remove":true },
9
+ { "name":"biim.module.js", "remove":true },
10
+ { "name":"biim.module.js.map", "remove":true },
11
+ { "name":"biim.module.d.ts", "remove":true }
12
]
0 commit comments