projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb6578
)
Added explicit dependency for `npm install`
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 1 Aug 2017 16:18:58 +0000
(18:18 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 1 Aug 2017 16:19:05 +0000
(18:19 +0200)
extra/package.json
[new file with mode: 0644]
patch
|
blob
diff --git a/extra/package.json
b/extra/package.json
new file mode 100644
(file)
index 0000000..
ca7ad6b
--- /dev/null
+++ b/
extra/package.json
@@ -0,0
+1,5
@@
+{
+ "dependencies": {
+ "uglify-js": "^2.0.0"
+ }
+}