Skip to content

Commit 25106ca

Browse files
Josias MontagJosias Montag
authored andcommitted
fix package.json
1 parent d730c36 commit 25106ca

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudconvert",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"license": "MIT",
55
"description": "Official Node.js SDK for the CloudConvert API",
66
"homepage": "https://github.com/cloudconvert/cloudconvert-node",
@@ -30,7 +30,8 @@
3030
"typescript": "^3.9.6"
3131
},
3232
"files": [
33-
"lib/"
33+
"lib/",
34+
"built/"
3435
],
3536
"scripts": {
3637
"prepare": "npm run build",

0 commit comments

Comments
 (0)