Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze2 committed Apr 13, 2019
1 parent 9150931 commit 6d30023
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-all",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [
"markdown",
"markdown-it",
Expand All @@ -16,8 +16,12 @@
"url": "https://github.com/breeze2"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"start": "tsc -w",
"build": "tsc",
Expand Down

0 comments on commit 6d30023

Please sign in to comment.