diff --git a/component.json b/component.json new file mode 100644 index 0000000..0946c4d --- /dev/null +++ b/component.json @@ -0,0 +1,14 @@ +{ + "name": "Skeleton-SCSS", + "version": "1.0.0", + "main": "css/skeleton.css", + "ignore": [ + "**/.*", + "node_modules", + "components" + ], + "repository": { + "type": "git", + "url": "https://github.com/nickpack/Skeleton-SCSS.git" + } +} \ No newline at end of file