Skip to content

Commit

Permalink
new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vogievetsky committed Feb 11, 2016
1 parent 0b4c75e commit f552fa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ assets/data/*-private.*
webstorm/errors
config.yaml
config-test.yaml
config-docker.yaml
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ Running `gulp watch` will build the project and start all the automated watchers

**Recent improvements:**

- Configurable attribute overrides
- Support for `absolute`, `power`, `sqrt`, and `fallback` actions
- Relative filters
- All new introspection code
- Better comparison behavior and legend interaction
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"fs-promise": "0.4.1",
"immutable": "3.7.6",
"immutable-class": "0.3.9",
"js-yaml": "3.5.2",
"js-yaml": "3.5.3",
"lz-string": "1.4.4",
"morgan": "1.6.1",
"nopt": "3.0.6",
"numeral": "1.5.3",
"plywood": "0.8.8",
"plywood": "0.8.9",
"plywood-druid-requester": "1.2.7",
"plywood-mysql-requester": "1.1.5",
"q": "1.4.1",
Expand All @@ -56,7 +56,7 @@
"gulp": "3.9.1",
"gulp-watch": "4.3.5",
"jsdom": "8.0.2",
"laborer": "2.4.6",
"laborer": "2.4.7",
"mkdirp": "0.5.1",
"mocha": "2.4.5",
"react-addons-test-utils": "0.14.7",
Expand Down

0 comments on commit f552fa4

Please sign in to comment.