Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Publishing to www.npmjs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Dec 31, 2017
1 parent cc9b036 commit 6f0febf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/skeletonic-pattern.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Skeletonic v1.0.0
* A dead on, lightweight, responsive and modern CSS framework.
* Copyright © Reedia Limited 2015-2018. All rights reserved.
* http://skeletonic.io/
* http://skeletonic.io
* Released under the MIT License
* http://www.opensource.org/licenses/mit-license.php
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/skeletonic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Skeletonic v1.0.0
* A dead on, lightweight, responsive and modern CSS framework.
* Copyright © Reedia Limited 2015-2018. All rights reserved.
* http://skeletonic.io/
* http://skeletonic.io
* Released under the MIT License
* http://www.opensource.org/licenses/mit-license.php
*/
Expand Down
45 changes: 26 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
{
"name": "Skeletonic",
"name": "skeletonic",
"version": "1.0.0",
"description": "A dead on, lightweight, responsive and modern CSS framework.",
"keywords": [
"skeletonic",
"css",
"skeletonic.css",
"CSS",
"lightweight",
"dead on",
"responsive",
"framework"
"framework",
"semantic",
"mobile-first",
"modern",
"style-agnostic",
"front-end",
"frontend",
"grid system",
"typography"
],
"style": "dist/skeletonic.min.css",
"main": "dist/skeletonic.min.css",
"filename": "skeletonic.min.css",
"main": "./dist/skeletonic.min.css",
"scripts": {
"test": "",
"build": "gulp"
Expand All @@ -21,12 +32,6 @@
},
"author": "Reedia Limited <hello@reedia.com> (https://github.com/reedia)",
"license": "MIT",
"keywords": [
"skeletonic",
"yeoman-generator",
"skeletonic",
"gulp"
],
"bugs": {
"url": "https://github.com/reedia/skeletonic/issues"
},
Expand All @@ -36,21 +41,23 @@
"target": "git://github.com/reedia/skeletonic.git",
"basePath": "dist",
"files": [
"skeletonic.min.css",
"skeletonic.css"
"dist/skeletonic.min.css",
"dist/skeletonic.css",
"dist/skeletonic-pattern.min.css",
"dist/skeletonic-pattern.css"
]
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-csscomb": "^3.0.8",
"gulp-clean-css": "^3.9.0",
"gulp-cli": "^1.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-cli": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.4.2",
"gulp-header": "^1.8.9",
"gulp-size": "^2.1.0",
"gulp-csscomb": "^3.0.8",
"gulp-csslint": "^1.0.0",
"gulp-stylus": "^2.6.0"
"gulp-git": "^2.5.0",
"gulp-header": "^1.8.9",
"gulp-size": "^3.0.0",
"gulp-stylus": "^2.7.0"
},
"dependencies": {}
}

0 comments on commit 6f0febf

Please sign in to comment.