Riot released code changes to make the patch official

This commit is contained in:
Michael Simon
2018-02-19 10:58:33 -06:00
parent 6ae29d26ab
commit 5b50ecca1d
+40
View File
@@ -0,0 +1,40 @@
{
"main": "lib/server/index.js",
"format": "cjs",
"meta": {
"*": {
"globals": {
"process": "process"
}
},
"*.json": {
"format": "json"
},
"lib/browser/*": {
"format": "esm"
},
"lib/riot+compiler.js": {
"format": "esm"
},
"lib/riot.js": {
"format": "esm"
},
"lib/settings.js": {
"format": "esm"
},
"riot.min.js": {
"format": "amd"
},
"lib/server/index.js": {
"deps": [
"../../riot"
]
}
},
"map": {
"./lib/server": "./lib/server/index.js",
"./lib/server/index.js": {
"browser": "./riot.js"
}
}
}