From 9a8972b4fda4929ba907aa9993d0b7c97355a95d Mon Sep 17 00:00:00 2001 From: Ryan Manwiller Date: Thu, 21 Sep 2017 19:13:56 -0700 Subject: [PATCH] Add package.json for yarn use --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..576307d --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "homepage": "https://github.com/treehouse/project-leap#readme" +}