From 2ed4de94027d932fb5b4b1ed6751398d9b5c1f90 Mon Sep 17 00:00:00 2001 From: Andrew Dodson Date: Sun, 21 Feb 2021 21:57:42 +0000 Subject: [PATCH] chore(bower): uninstall --- .bowerrc | 3 --- .eslintignore | 1 - .github/workflows/ci.yml | 1 - .gitignore | 1 - bower.json | 30 ------------------------------ browser/http/sendBeacon.js | 2 +- http/sendBeacon.js | 2 +- test/bundle.html | 9 ++++----- test/index.html | 10 ---------- 9 files changed, 6 insertions(+), 53 deletions(-) delete mode 100644 .bowerrc delete mode 100644 bower.json delete mode 100644 test/index.html diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index ec958da..0000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory": "test/lib/" -} diff --git a/.eslintignore b/.eslintignore index f6a31d3..4fdf519 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,2 @@ node_modules/ -test/lib/ test/bundle.js diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93eb009..7e5cd70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,6 @@ jobs: with: node-version: 14 - run: npm i - - run: npx bower install - run: npm run test:browser - run: npm run test:spawn env: diff --git a/.gitignore b/.gitignore index cf9eee4..764325a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules/ npm-debug.log -test/lib/ test/bundle.js* tmp/ .env diff --git a/bower.json b/bower.json deleted file mode 100644 index 18b3ec9..0000000 --- a/bower.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "tricks", - "version": "0.0.0", - "homepage": "https://github.com/MrSwitch/tricks", - "authors": [ - "Andrew Dodson " - ], - "description": "tricks and tips", - "moduleType": [ - "es6" - ], - "keywords": [ - "toolkit" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "devDependencies": { - "system.js": "~0.18.17", - "mocha": "~2.3.1", - "expect.js": "~0.3.1", - "Blob.js": "https://github.com/eligrey/Blob.js.git", - "sinonjs": "~1.14.1" - } -} diff --git a/browser/http/sendBeacon.js b/browser/http/sendBeacon.js index 8c1a167..c9f14f3 100644 --- a/browser/http/sendBeacon.js +++ b/browser/http/sendBeacon.js @@ -1,4 +1,4 @@ -const querystringify = require('../../string/querystringify'); +const querystringify = require('../../string/querystringify.js'); module.exports = (url, data = null, contentType = 'text/plain') => { diff --git a/http/sendBeacon.js b/http/sendBeacon.js index 79f1733..0ec45e7 100644 --- a/http/sendBeacon.js +++ b/http/sendBeacon.js @@ -3,7 +3,7 @@ const http = require('http'); const https = require('https'); -const querystringify = require('../string/querystringify'); +const querystringify = require('../string/querystringify.js'); module.exports = (url, data) => { diff --git a/test/bundle.html b/test/bundle.html index d441df7..b18631f 100644 --- a/test/bundle.html +++ b/test/bundle.html @@ -4,11 +4,10 @@ Tricks Bundle Test - - - - - + + + + diff --git a/test/index.html b/test/index.html deleted file mode 100644 index af4db59..0000000 --- a/test/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - -
-