Skip to content

Commit

Permalink
U;date NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mblode committed Dec 15, 2021
1 parent 8148806 commit 39925a2
Show file tree
Hide file tree
Showing 18 changed files with 13,875 additions and 4,682 deletions.
10 changes: 5 additions & 5 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Matthew Blode
Copyright (c) 2021 Matthew Blode

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# [Marx](http://mblode.github.io/marx/)

![Bower version](https://img.shields.io/bower/v/marx.svg)
[![npm version](https://img.shields.io/npm/v/marx-css.svg)](https://www.npmjs.com/package/marx-css)

**The classless CSS reset (perfect for Communists).**
Expand Down Expand Up @@ -30,7 +29,6 @@ Marx is a CSS stylesheet to be used in any projects (namely small ones). If you
Several quick start options are available:

- Install with [NPM](https://www.npmjs.com/): `npm install marx-css` (recommended).
- Install with [Bower](http://bower.io): `bower install marx`.
- Use the latest Marx CDN

``` html
Expand All @@ -55,7 +53,7 @@ If you have cloned the repo or downloaded from .zip, there are a few steps you m
The gh-pages branch is built using Jekyll and must therefore be install with `gem install jekyll`.

1. Checkout in to gh-pages: `git checkout gh-pages`.
2. Install marx dependency: `bower install`.
2. Install marx dependency: `npm install`.
3. Run middleman: `bundle exec middleman serve`.
4. Open in browser: `localhost:4567`.

Expand All @@ -68,7 +66,6 @@ These are the files that are generated from `npm install marx-css`
.
├── LICENSE.md
├── README.md
├── bower.json
├── css
│ ├── marx.css
│ ├── marx.min.css
Expand Down
50 changes: 0 additions & 50 deletions bower.json

This file was deleted.

Loading

0 comments on commit 39925a2

Please sign in to comment.