From 018af1bc18866d0a8765f66ea313f27b6b693ba7 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 5 May 2019 00:48:59 +0900 Subject: [PATCH] Remove prettier from travis --- .travis.yml | 1 - packages/time/package.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5dee5b..8f4fb41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ cache: script: - npm test - codecov - - npm run format -- --list-different notifications: email: false diff --git a/packages/time/package.json b/packages/time/package.json index 2a16198..5efb729 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -18,13 +18,13 @@ "scripts": { "test": "exit", "build": "npm run bundle && npm run minify", - "bundle": "rollup -i src/index.js -o dist/hyperapp.js --no-esModule -m -f umd -n hyperapp", - "minify": "terser dist/hyperapp.js -o dist/hyperapp.js -mc --source-map includeSources,url=hyperapp.js.map", + "bundle": "rollup -i src/index.js -o dist/hyperappTime.js --no-esModule -m -f umd -n hyperappTime", + "minify": "terser dist/hyperappTime.js -o dist/hyperappTime.js -mc --source-map includeSources,url=hyperappTime.js.map", "prepare": "npm run build", "release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" }, "devDependencies": { - "rollup": "^1.10.1", + "rollup": "^1.11.2", "terser": "^3.17.0" } }