projects
/
WP-Themes
/
glmthemes
/
crawfordcounty-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85cf472
)
adding datejs to package json
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 7 Feb 2017 16:23:16 +0000
(11:23 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 7 Feb 2017 16:23:16 +0000
(11:23 -0500)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index
293ecfe
..
e75190a
100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-10,5
+10,8
@@
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0"
+ },
+ "dependencies": {
+ "datejs": "~1.0.0-rc3"
}
-}
\ No newline at end of file
+}