We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d730c36 commit 25106caCopy full SHA for 25106ca
2 files changed
.npmignore
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cloudconvert",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"license": "MIT",
5
"description": "Official Node.js SDK for the CloudConvert API",
6
"homepage": "https://github.com/cloudconvert/cloudconvert-node",
@@ -30,7 +30,8 @@
30
"typescript": "^3.9.6"
31
},
32
"files": [
33
- "lib/"
+ "lib/",
34
+ "built/"
35
],
36
"scripts": {
37
"prepare": "npm run build",
0 commit comments