projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b7b1e
)
Building client source on npm install
author
Darren
<darren@darrenwhitlen.com>
Wed, 10 Oct 2012 22:44:30 +0000
(23:44 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Wed, 10 Oct 2012 22:44:30 +0000
(23:44 +0100)
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index e10d160c8f559493b6715766636b091bd14f8965..1801cfe103e12384dd04857d9bb83840b79dd997 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-1,10
+1,13
@@
{
\r
"name": "KiwiIRC",
\r
"version": "0.5.0",
\r
+ "scripts": {
\r
+ "postinstall": "node client/dev/build.js"
\r
+ },
\r
"dependencies": {
\r
"node-static": "0.5.9",
\r
"uglify-js": "1.2.3",
\r
"socket.io": "0.8.7",
\r
"underscore": "1.3.3"
\r
}
\r
-}
\ No newline at end of file
+}
\r