Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Support new plugin system
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegowen committed May 4, 2018
1 parent ef75289 commit 304cda3
Show file tree
Hide file tree
Showing 8 changed files with 5,990 additions and 127 deletions.
10 changes: 10 additions & 0 deletions .gitignore
@@ -0,0 +1,10 @@
# build artifacts
plugin.sketchplugin

# npm
node_modules
.npm
npm-debug.log

# mac
.DS_Store

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2017 Mike Gowen
Copyright (c) 2018 Mike Gowen, Delighted

MIT License

Expand Down

0 comments on commit 304cda3

Please sign in to comment.