Skip to content

Commit

Permalink
Changed package name. 'sparkle' is already used.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdriviere committed Sep 23, 2018
1 parent c6c32bc commit 0a33ac1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A lightweight, open-source, mobile-first CSS framework for easy website designs.
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/jdriviere/sparkle-css/blob/master/LICENSE)
[![website](https://img.shields.io/badge/website-online-green.svg)](httpss://sparklecss.herokuapp.com)
[![GitHub tag](https://img.shields.io/badge/version-1.9.14-blue.svg)](https://github.com/jdriviere/sparkle-css/releases/tag/v1.9.14)
[![npm](https://img.shields.io/badge/npm-v1.9.14-red.svg)](https://www.npmjs.com/package/sparkle.css)
[![npm](https://img.shields.io/badge/npm-v1.9.14-red.svg)](https://www.npmjs.com/package/sparklecss)
[![jsDelivr](https://data.jsdelivr.com/v1/package/gh/jdriviere/sparkle-css/badge?style=rounded)](https://www.jsdelivr.com/package/gh/jdriviere/sparkle-css)
[![David-DM](https://david-dm.org/jdriviere/sparkle-css.svg)](https://david-dm.org/jdriviere/sparkle-css)
[![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://travis-ci.org/jdriviere/sparkle-css)
Expand Down
2 changes: 1 addition & 1 deletion dist/css/sparkle.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* @name sparkle.css
* @name sparklecss
* @author J. Djimitry Riviere <[email protected]>
* @version 1.9.14 - released on 09/15/2018
* @website https://sparklecss.herokuapp.com
Expand Down
2 changes: 1 addition & 1 deletion dist/css/sparkle.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "sparkle.css",
"name": "sparklecss",
"version": "1.9.14",
"description": "A lightweight, open-source, mobile-first CSS framework for easy website designs.",
"main": "sparkle.css",
"scripts": {
"start": "npm install",
"build:html": "pug ./dev/index.pug --pretty --out ./",
"watch:html": "pug --watch ./dev/index.pug --pretty --out ./",
"build:css": "sass ./src/sass/sparkle.sass ./dist/css/sparkle.css --style=expanded",
"watch:css": "sass --watch ./src/sass/sparkle.sass:./dist/css/sparkle.css --style=expanded",
"build": "rm -rf ./dist/css/sparkle.* && node node_modules/gulp/bin/gulp"
"clean": "rm -rf ./dist/css/sparkle.*",
"watch": "sass --watch ./src/sass/sparkle.sass:./dist/css/sparkle.css --style=expanded",
"build": "npm run clean && npm run build:prod",
"build:dev": "sass ./src/sass/sparkle.sass ./dist/css/sparkle.css --style=expanded",
"build:prod": "node node_modules/gulp/bin/gulp"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0a33ac1

Please sign in to comment.