Skip to content

Commit d219bf1

Browse files
committed
fix(package.json): fix main attribute in package.json
1 parent 0a0a8fc commit d219bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showdown-prettify",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Add markdown prettify flavor to showdown",
55
"keywords": [
66
"markdown",
@@ -18,7 +18,7 @@
1818
"bugs": {
1919
"url": "https://github.com/showdownjs/prettify-extension/issues"
2020
},
21-
"main": "./dist/showdown-prettify-extension.js",
21+
"main": "./dist/showdown-prettify.js",
2222
"scripts": {
2323
"test": "grunt test"
2424
},

0 commit comments

Comments
 (0)