Skip to content

Commit

Permalink
feat: typescript
Browse files Browse the repository at this point in the history
BREAKING CHANGE: major api rework.  see readme.md
  • Loading branch information
cdaringe committed Sep 19, 2019
1 parent c84c979 commit 5bb58d0
Show file tree
Hide file tree
Showing 54 changed files with 6,854 additions and 95,379 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: main
on: [push]
jobs:
run:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@master
- name: Set Node.js 12.x
uses: actions/setup-node@master
with:
version: 12.x
- name: npm install
run: npm ci
- name: lint
run: npm run lint
- name: build
run: npm run build
- name: npm test
run: npm test
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules/*
doc/*
node_modules
doc
*.js
*.d.ts
!src/index.d.ts
45 changes: 0 additions & 45 deletions Gruntfile.js

This file was deleted.

78 changes: 0 additions & 78 deletions README.md

This file was deleted.

42 changes: 0 additions & 42 deletions build/coordinate-systems.min.js

This file was deleted.

Loading

0 comments on commit 5bb58d0

Please sign in to comment.