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 @@ - - - - - - - - -
-