@zaber/motion 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zaber/motion",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Zaber Motion Library is a multi-platform library used to operate Zaber devices.",
5
5
  "keywords": [],
6
6
  "main": "dist/lib/index.js",
@@ -45,7 +45,7 @@
45
45
  "test:filtered": "mocha --opts mocha.opts \"test*/**/*.test.ts\" \"test-e2e/**/*.test.ts\" --grep",
46
46
  "test:coverage": "nyc mocha --opts mocha.opts \"test*/**/*.test.ts\" \"test-e2e/**/*.test.ts\"",
47
47
  "test:watch": "npm run test -- --watch",
48
- "test-web": "npx karma start test-e2e-web/karma.conf.js --single-run --browsers ChromeHeadless",
48
+ "test-web": "npx karma start test-e2e-web/karma.conf.js --single-run",
49
49
  "test-web:watch": "npx karma start test-e2e-web/karma.conf.js --browsers Chrome",
50
50
  "node-pre-gyp": "node-pre-gyp",
51
51
  "ts-node": "ts-node",