prism-hyperscript
Advanced tools
Comparing version
@@ -7,5 +7,5 @@ const fs = require("fs") | ||
`(prismHyperscript => { | ||
this.module && this.module.exports = prismHyperscript | ||
this.module && (this.module.exports = prismHyperscript) | ||
this.Prism && prismHyperscript(this.Prism) | ||
})` | ||
)) |
{ | ||
"name": "prism-hyperscript", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A Prism language definition for _hyperscript (hyperscript.org)", | ||
"main": "prism-hyperscript.js", | ||
"module": "prism-hyperscript.mjs", | ||
"exports": { | ||
".": "./prism-hyperscript.mjs" | ||
}, | ||
"scripts": { | ||
@@ -8,0 +11,0 @@ "prepublish": "node build-browser.js" |
(prismHyperscript => { | ||
this.module && this.module.exports = prismHyperscript | ||
this.module && (this.module.exports = prismHyperscript) | ||
this.Prism && prismHyperscript(this.Prism) | ||
@@ -5,0 +5,0 @@ }) (Prism => { |
Sorry, the diff of this file is not supported yet
40823
0.14%