aboutsummaryrefslogtreecommitdiffstats
path: root/FMark/package.json
diff options
context:
space:
mode:
authorps-george <punter.s.g@gmail.com>2018-03-06 11:43:28 +0000
committerps-george <punter.s.g@gmail.com>2018-03-06 11:43:28 +0000
commit4c0e7a3e20c970b925245abcf3c832edeb711e55 (patch)
tree68aaabdd951d3019017b9b8e9362fe264d3cf43e /FMark/package.json
parentcfa724b999b18020eac04b85e65a10df2b68aa9d (diff)
downloadFMark-4c0e7a3e20c970b925245abcf3c832edeb711e55.tar.gz
FMark-4c0e7a3e20c970b925245abcf3c832edeb711e55.zip
js function markdownString -> htmlString
Diffstat (limited to 'FMark/package.json')
-rw-r--r--FMark/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/FMark/package.json b/FMark/package.json
index 0f11698..3ea0b87 100644
--- a/FMark/package.json
+++ b/FMark/package.json
@@ -1,6 +1,7 @@
{
"private": true,
"scripts": {
+ "dev": "webpack",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},