Skip to content
Snippets Groups Projects
Unverified Commit 1ff3f578 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

js-src => src

parent 27259ea2
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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": {
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment