Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Jul 29, 2017
1 parent f2b1c91 commit 4f233e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Have a look at [the demo](https://dherault.github.io/flexpad/) for all the 360 v
Download the CSS file: [basic](https://raw.githubusercontent.com/dherault/flexpad/master/flexpad.css) or prefixed and minified.
```html
<link rel="stylesheet" href="/flexpad.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dherault/[email protected].0/flexpad.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dherault/[email protected].1/flexpad.min.css">
```

Or use NPM package `npm i flexpad -S`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexpad",
"version": "0.0.0",
"version": "0.0.1",
"description": "A flexbox system",
"main": "flexpad.css",
"scripts": {
Expand Down

0 comments on commit 4f233e6

Please sign in to comment.