Skip to content

Commit

Permalink
remove symlink and add main to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
citrusui committed Jan 28, 2017
1 parent 509fd2c commit 814e28d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docs/_site
node_modules
*.log
*.log
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ A modernized fork of [Poole](http://getpoole.com) designed for Jekyll 3.0+.
- Every color is now specified as a variable
- Added `-webkit-tap-highlight-color: transparent`

## License
# Download

See the [releases](https://github.com/citrusui/poole/releases) page to download an archive of the source code or the compiled CSS.

# License

Poole is originally developed by Mark Otto under the [MIT license.](https://github.com/poole/poole/blob/master/LICENSE.md)
1 change: 0 additions & 1 deletion dist

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@citrusui/poole",
"version": "1.2.0",
"version": "1.2.1",
"description": "Modernized fork of Poole designed for Jekyll 3.0+.",
"main": "docs/dist/poole.min.css",
"scripts": {
"lint": "sass-lint -c .sass-lint.yml \"scss/*.scss\" -v -q",
"min": "node-sass --output-style compressed scss/poole.scss > dist/poole.min.css",
Expand Down

0 comments on commit 814e28d

Please sign in to comment.