Skip to content

Commit

Permalink
Merge pull request #25 from treehouse/add-package-json
Browse files Browse the repository at this point in the history
Add package.json for yarn use
  • Loading branch information
rydama authored Sep 22, 2017
2 parents be8d1ad + 9a8972b commit 11d4549
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "project-leap",
"version": "0.8.8",
"description": "An internal CSS library made for Treehouse, which contains immutable utility classes",
"main": "_sass/leap/",
"repository": {
"type": "git",
"url": "git+https://github.com/treehouse/project-leap.git"
},
"keywords": [
"styleguide",
"css",
"sass"
],
"author": "Chris Michel <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/treehouse/project-leap#readme"
}

0 comments on commit 11d4549

Please sign in to comment.