Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 20c908d

Browse files
committed
Update dependencies
1 parent 41c1a50 commit 20c908d

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1+
sudo: false
12
language: node_js
2-
33
node_js:
4-
- 4
5-
- 5
6-
7-
matrix:
8-
fast_finish: true
4+
- "stable"
5+
- "6"
6+
- "4"

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
"index.js"
2020
],
2121
"dependencies": {
22-
"postcss": "^5.0.0"
22+
"postcss": "^6.0.1"
2323
},
2424
"devDependencies": {
25-
"eslint": "^1.10.3",
26-
"eslint-config-i-am-meticulous": "^2.0.0",
27-
"npmpub": "^3.0.1",
28-
"tape": "^4.0.0"
25+
"eslint": "^3.19.0",
26+
"eslint-config-i-am-meticulous": "^6.0.1",
27+
"eslint-plugin-import": "^1.7.0",
28+
"npmpub": "^3.1.0",
29+
"tape": "^4.6.3"
2930
},
3031
"scripts": {
3132
"lint": "eslint --fix .",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var fs = require("fs")
22

33
var test = require("tape")
4-
54
var postcss = require("postcss")
5+
66
var plugin = require("..")
77

88
function filename(name) {

0 commit comments

Comments
 (0)