Skip to content

Commit

Permalink
Merge pull request #80 from differui/dev
Browse files Browse the repository at this point in the history
Repo to typescript and Deps cleanup
  • Loading branch information
elycruz committed Aug 22, 2021
2 parents 1b8f582 + 34af007 commit 9261866
Show file tree
Hide file tree
Showing 26 changed files with 9,897 additions and 953 deletions.
4 changes: 4 additions & 0 deletions UNALLOCATED_TODOS.md
@@ -0,0 +1,4 @@
## Unallocated Todos
- [ ]- Get docs from main project README into 'types' file - Since docs, in 'types' file can be used to auto generate type docs should be there as well.

- [x] - ensure tests' artifacts are removed at end of tests and before tests begin.
21 changes: 0 additions & 21 deletions babel.config.json

This file was deleted.

3 changes: 3 additions & 0 deletions dist/index.d.ts
@@ -0,0 +1,3 @@
import { RollupPluginSassOptions } from "./types";
import { Plugin as RollupPlugin } from 'rollup';
export default function plugin(options?: RollupPluginSassOptions): RollupPlugin;
352 changes: 164 additions & 188 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9261866

Please sign in to comment.