Skip to content

Commit

Permalink
Cleanup for 4.6.0 release
Browse files Browse the repository at this point in the history
* Update dependencies.
* Regenerate css
* Update readme to latest version
  • Loading branch information
mrmrs committed Dec 13, 2016
1 parent 35a2426 commit 0893aa9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion css/tachyons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! TACHYONS v4.5.5 | http://tachyons.io */
/*! TACHYONS v4.6.0 | http://tachyons.io */
/*
*
* ________ ______
Expand Down
2 changes: 1 addition & 1 deletion css/tachyons.min.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tachyons",
"version": "4.7.0",
"version": "4.6.0",
"description": "Functional CSS for humans",
"author": "mrmrs",
"style": "css/tachyons.min.css",
Expand All @@ -24,9 +24,8 @@
"copy-files": "^0.1.0",
"immutable-css-cli": "^1.1.1",
"normalize.css": "^4.2.0",
"tachyons-cli": "^1.0.8",
"tachyons-modules": "^1.1.8",
"watch": "^0.19.2"
"tachyons-cli": "^1.0.10",
"tachyons-modules": "^1.1.8"
},
"contributors": [
{
Expand All @@ -45,5 +44,8 @@
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
"build:minify": "tachyons src/tachyons.css -m > css/tachyons.min.css",
"build:watch": "watch 'npm run build' ./src/"
},
"dependencies": {
"watch": "^1.0.1"
}
}
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ The modules are generally pretty small and thus quick and easy to read.
The quickest and easiest way to start using tachyons is to include a reference
to the minified file in the head of your html file.

Currently the latest version is 4.5.4
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.4/css/tachyons.min.css">
```

You can always grab the latest version with
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
```
You can also specify a specific version. The latest version is 4.6.0
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.0/css/tachyons.min.css">
```


### Local Setup

Expand Down
2 changes: 1 addition & 1 deletion src/tachyons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! TACHYONS v4.5.5 | http://tachyons.io */
/*! TACHYONS v4.6.0 | http://tachyons.io */

/*
*
Expand Down

0 comments on commit 0893aa9

Please sign in to comment.