Skip to content

Commit

Permalink
Add package.json for yarn use
Browse files Browse the repository at this point in the history
  • Loading branch information
rydama committed Sep 22, 2017
1 parent be8d1ad commit 9a8972b
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 9a8972b

Please sign in to comment.