Skip to content

Commit

Permalink
Changed to module type and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHyde9 committed Aug 30, 2022
1 parent d44a8d1 commit 6dfd192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "node-dalle2",
"version": "1.1.0",
"version": "1.1.1",
"description": "Nodejs library for interacting with OpenAI's Dalle-2 AI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"package.json",
Expand Down

0 comments on commit 6dfd192

Please sign in to comment.