Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 7, 2020
1 parent a1a98a0 commit dcf2198
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "@medv/codejar",
"version": "1.0.3",
"version": "1.0.4",
"description": "An embeddable code editor for the browser",
"license": "MIT",
"repository": "antonmedv/codejar",
"author": "Anton Medvedev <[email protected]>",
"homepage": "https://medv.io/codejar/",
"main": "codejar.js",
"files": [
"*.ts",
"*.js"
],
"scripts": {
"start": "tsc -w",
"size": "minify codejar.js --sourceType module | gzip-size"
Expand Down

0 comments on commit dcf2198

Please sign in to comment.