Skip to content

Commit 11d4549

Browse files
authored
Merge pull request #25 from treehouse/add-package-json
Add package.json for yarn use
2 parents be8d1ad + 9a8972b commit 11d4549

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "project-leap",
3+
"version": "0.8.8",
4+
"description": "An internal CSS library made for Treehouse, which contains immutable utility classes",
5+
"main": "_sass/leap/",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/treehouse/project-leap.git"
9+
},
10+
"keywords": [
11+
"styleguide",
12+
"css",
13+
"sass"
14+
],
15+
"author": "Chris Michel <cm@teamtreehouse.com>",
16+
"license": "MIT",
17+
"homepage": "https://github.com/treehouse/project-leap#readme"
18+
}

0 commit comments

Comments
 (0)