diff --git a/package.json b/package.json index 7767cfc..2abe4fe 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build": "del-cli lib/dotjs/*.js '!lib/dotjs/index.js' && node scripts/compile-dots.js", "test-karma": "karma start", "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma", - "test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov && if-node-version 8 npm run test-browser", + "test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov", "prepublish": "npm run build && npm run bundle", "watch": "watch 'npm run build' ./lib/dot" },