Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2019-07-26 00:46:31 +0300
committerAnthony Johnson <aj@ohess.org>2019-07-26 00:46:31 +0300
commit94d574349f2e4c8ec23635bee63e47397cfed1e9 (patch)
treeb9dfb182ebd3d3aaa473d3e968a2bbe7768433fd /package.json
parent472b3aee21e4a9c7d098188f00fdcf556bf9780b (diff)
Review fixes on typo and missing change to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 406f9f2..e87aba9 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.4.3",
"private": true,
"scripts": {
- "start": "webpack-dev-server --open --config webpack.dev.js",
+ "dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {},