Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Aug 27, 2022
1 parent d41edce commit 1cc8843
Show file tree
Hide file tree
Showing 12 changed files with 201 additions and 16,728 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"env": {
"browser": true,
"browser": false,
"node": true,
"es6": true,
"amd": true
"amd": false
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2020,
"sourceType": "module"
},
"globals": {
"describe": true,
Expand Down
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

111 changes: 0 additions & 111 deletions Gruntfile.js

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# dom-router

[![build status](https://secure.travis-ci.org/avoidwork/dom-router.svg)](http://travis-ci.org/avoidwork/dom-router)

Imagine you didn't have to write a bunch of JavaScript to get a slick, progressively enhanced interface! `dom-router`
is a URL hash to DOM router which automatically, & intelligently toggles visibility of `Elements` based on `popstate`
events.
Expand Down
33 changes: 0 additions & 33 deletions bower.json

This file was deleted.

0 comments on commit 1cc8843

Please sign in to comment.