Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Node 12 support (#8)
Browse files Browse the repository at this point in the history
* Remove bundlesize for Node 12

Signed-off-by: petetnt <pete.a.nykanen@gmail.com>

* Test on node 12

Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
  • Loading branch information
petetnt committed Sep 6, 2019
1 parent 45880fa commit 45c477c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 356 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
cache: yarn
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "styled-bootstrap-responsive-breakpoints",
"version": "7.0.0",
"version": "7.0.1",
"description": "Bootstrap responsive breakpoints for styled-components (and other CSS-in-JS techniques)",
"main": "index.es5.js",
"repository": "https://github.com/petetnt/styled-bootstrap-responsive-breakpoints",
"author": "Pete Nykänen <pete.a.nykanen@gmail.com>",
"license": "MIT",
"scripts": {
"test": "bundlesize && npm run build && jest",
"test": "npm run build && jest",
"build": "wp --run-prod --mode production --devtool source-map",
"watch": "wp --run-dev --mode development --watch",
"motley-eslint-init": "motley-eslint-init",
Expand Down Expand Up @@ -38,22 +38,13 @@
"webpack-command": "^0.4.1"
},
"peerDependencies": {
"styled-components": "^3 || ^4"
"styled-components": "^3 || ^4 || ^5"
},
"files": [
"index.js",
"index.es5.js"
],
"jest": {
"testEnvironment": "node"
},
"bundlesize": [
{
"path": "./index.es5.js",
"maxSize": "60 kB"
}
],
"dependencies": {
"bundlesize": "^0.17.0"
}
}
Loading

0 comments on commit 45c477c

Please sign in to comment.