Skip to content

Commit

Permalink
Merge pull request #13 from creativetimofficial/beNpm
Browse files Browse the repository at this point in the history
add argon on npm
  • Loading branch information
extrabright authored Aug 21, 2018
2 parents b8be603 + 6473093 commit 5803185
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@
<h2 id="quick-start">Quick start</h2>

<ul>
<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>

</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 5803185

Please sign in to comment.