We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0a8fc commit d219bf1Copy full SHA for d219bf1
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "showdown-prettify",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Add markdown prettify flavor to showdown",
5
"keywords": [
6
"markdown",
@@ -18,7 +18,7 @@
18
"bugs": {
19
"url": "https://github.com/showdownjs/prettify-extension/issues"
20
},
21
- "main": "./dist/showdown-prettify-extension.js",
+ "main": "./dist/showdown-prettify.js",
22
"scripts": {
23
"test": "grunt test"
24
0 commit comments