projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
455c79a
)
Use "dev" combined version
author
Alden Daniels
<alden@aldendaniels.me>
Mon, 20 Apr 2015 16:42:45 +0000
(11:42 -0500)
committer
Alden Daniels
<alden@aldendaniels.me>
Mon, 20 Apr 2015 16:42:45 +0000
(11:42 -0500)
Minification should be handled by each app's build system.
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index
0b04689
..
e8d7388
100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-2,7
+2,7
@@
"name": "dygraphs",
"version": "1.1.0",
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
- "main": "dygraph-combined.js",
+ "main": "dygraph-combined
-dev
.js",
"directories": {
"doc": "docs",
"test": "tests"