js-src => src

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-06-14 20:09:06 +02:00
parent 27259ea2a2
commit 1ff3f57898
No known key found for this signature in database
GPG Key ID: F941078878347C0C
8 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -10,9 +10,9 @@
"test": "tests"
},
"scripts": {
"dev": "webpack --config js-src/webpack.dev.js",
"watch": "webpack --progress --watch --config js-src/webpack.dev.js",
"build": "webpack --progress --hide-modules --config js-src/webpack.prod.js",
"dev": "webpack --config src/webpack.dev.js",
"watch": "webpack --progress --watch --config src/webpack.dev.js",
"build": "webpack --progress --hide-modules --config src/webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {