Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
extrabright committed Aug 21, 2018
2 parents 7a3e9ca + 5803185 commit c6dc287
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<h2 id="download-and-installation">Download and Installation</h2>

<ul>
<<<<<<< HEAD
<li><a href="https://github.com/creativetimofficial/argon-design-system/archive/master.zip">Download from Github</a></li>
<li>
<p><a href="https://www.creative-tim.com/product/argon-design-system">Download from Creative Tim</a></p>
Expand All @@ -85,6 +86,15 @@
<p>Install with Npm: <code class="highlighter-rouge">npm i argon-design-system-free</code></p>
</li>
<li>Install with Yarn: <code class="highlighter-rouge">yarn add argon-design-system-free</code></li>
=======
<li>Install with npm: <code class="highlighter-rouge">npm i argon-design-system-free</code></li>
<li>Install with Yarn: <code class="highlighter-rouge">yarn add argon-design-system-free</code></li>
<li>Install with Bower: <code class="highlighter-rouge">bower install argon-design-system</code></li>
<li><a href="https://github.com/creativetimofficial/argon-design-system/archive/master.zip">Download from Github</a>.</li>
<li><a href="https://www.creative-tim.com/product/argon-design-system">Download from Creative Tim</a>.</li>
<li>Clone the repo: <code class="highlighter-rouge">git clone https://github.com/creativetimofficial/argon-design-system.git</code>.</li>

>>>>>>> 5803185ba70fac5510e1580c57fed28f665dc56f
</ul>
<h2 id="documentation">Documentation</h2>
Expand Down
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "argon-design-system-free",
"homepage": "https://demos.creative-tim.com/argon-design-system/index.html",
"authors": [
"creative-tim"
],
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.",
"main": "gulpfile.js",
"keywords": [
"argon",
"system design",
"bootstrap",
"design",
"google",
"twitter"
],
"license": "Creative TIM License",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "creativetimofficial/argon-design-system",
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Creative Tim",
"email": "[email protected]"
}
],
"require": {}
}
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "argon-design-system",
"name": "argon-design-system-free",
"version": "1.0.0",
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.",
"main": "gulpfile.js",
"author": "Creative Tim",
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -33,6 +33,14 @@
"pump": "^3.0.0",
"run-sequence": "^2.2.1"
},
"repository": "https://github.com/creativetimofficial/argon-design-system",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/argon-design-system/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/argon-design-system.git"
},
"license": "MIT",
"homepage": "http://demos.creative-tim.com/argon-design-system/index.html"
}

0 comments on commit c6dc287

Please sign in to comment.