From dcd0ab860450ecfa31141fd1f7f6d83440490e18 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Sun, 13 Jan 2019 10:43:33 +0800 Subject: [PATCH 01/10] split lint task to make ci work properly (#99) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3044ebd..9ebd699 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "scripts": { "dev": "rollup -c rollup.config.js -w", "build": "rollup -c rollup.config.js", - "lint": "eslint src test example --fix", + "lint": "eslint src test example", "test": "npm run test:unit && npm run test:types", "test:unit": "jest", "test:types": "tsc -p types/test", From 32918138b24914036951b3f05a886885c0067e56 Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Tue, 29 Jan 2019 23:05:52 +0200 Subject: [PATCH 02/10] fix: fixed Wikipedia example to use RxJS ajax (#102) --- example/wiki-search.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/example/wiki-search.html b/example/wiki-search.html index a0cbd58..ae36aa9 100644 --- a/example/wiki-search.html +++ b/example/wiki-search.html @@ -1,4 +1,3 @@ - @@ -23,18 +22,14 @@

{{ results.term }}