X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=5eb7b2493bd7387fca89654544cd06ab7a5c7c07;hb=a5f3d82dc74669f378a1e7c63e10bd9804ce4ca2;hp=9250bb78247f5330738993003656e3e7a4e41a80;hpb=ff876d52415b6d4299771c751a9f0267dec9791c;p=dygraphs.git diff --git a/package.json b/package.json index 9250bb7..5eb7b24 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,18 @@ { "name": "dygraphs", - "version": "1.1.0", + "version": "2.0.0-rc3", "description": "dygraphs is a fast, flexible open source JavaScript charting library.", - "main": "dygraph-combined-dev.js", - "directories": { - "doc": "docs", - "test": "tests" - }, + "main": "index.es5", + "module": "index", + "jsnext:main": "index", + "files": [ + "index.js", + "index.es5.js", + "docs", + "dist", + "src", + "src-es5" + ], "repository": { "type": "git", "url": "git://github.com/danvk/dygraphs.git" @@ -32,6 +38,8 @@ "browserify": "^11.2.0", "browserify-header": "^0.9.2", "chai": "^3.3.0", + "clean-css": "^3.4.23", + "core-js": "^2.4.1", "coveralls": "^2.11.2", "envify": "^3.4.0", "exorcist": "^0.4.0", @@ -42,7 +50,6 @@ "mocha": "^2.1.0", "mocha-phantomjs": "3.5.3", "mocha-phantomjs-istanbul": "0.0.2", - "obvious-closure-library": "^20140401.0.2", "parse-data-uri": "^0.2.0", "phantomjs": "^1.9.7-8", "pre-commit": "^1.0.6",