Skip to content

Commit

Permalink
LineSeriesCanvas - onNearestXY not called (#931)
Browse files Browse the repository at this point in the history
* fix

* fix lint

* remove windows related commands

* suggested fixes

* fix showcase

* remove windows lint rule

* append showcase to index

* fix

* move showcase
  • Loading branch information
IG-88-2 authored and mcnuttandrew committed Sep 10, 2018
1 parent b90b257 commit 120f1e5
Show file tree
Hide file tree
Showing 12 changed files with 786 additions and 14 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"build": "npm run clean && babel src -d dist --copy-files && BABEL_ENV=es babel src -d es --copy-files && node-sass src/main.scss dist/style.css --output-style compressed && npm run build:browser",
"lint": "eslint src tests showcase docs --ignore-pattern node_modules --ignore-pattern bundle.js",
"lint-styles": "stylelint src/styles/*.scss --syntax scss",
"test": "node --inspect node_modules/.bin/babel-node tests/index.js",
"test:windows": "babel-node --inspect ./tests/index.js",
"test": "node --inspect ./node_modules/.bin/babel-node ./tests/index.js",
"full-test": "npm run lint && npm run cover",
"cover": "nyc --reporter=text --reporter=html --reporter=lcov npm test",
"remove-unpm-rfs": "./remove-refs-to-unpm.pl"
Expand Down
Loading

0 comments on commit 120f1e5

Please sign in to comment.