fix(core): update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/smartmarkdown",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"description": "do more with markdown files",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@@ -18,6 +19,8 @@
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"@types/node": "^10.10.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"private": true
|
||||
}
|
||||
"dependencies": {
|
||||
"@types/marked": "^0.4.1",
|
||||
"marked": "^0.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user