Skip to content

Commit

Permalink
Merge pull request #1 from standardpress/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
jasonnam authored Jun 23, 2019
2 parents 82ed10a + f477fa3 commit b716d5b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ node_js:
cache: npm
before_install:
- nvm install-latest-npm
script:
- npm run lint
- npm test
jobs:
include:
- stage: deploying to npm
Expand All @@ -22,4 +19,4 @@ jobs:
email: $NPM_EMAIL
api_key: $NPM_API_KEY
on:
branch: master
tags: true
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 - 2019-03-24
## [0.1.1] - 2019-06-24
### Removed
- `lint` script.

## [0.1.0] - 2019-03-24
### Added
- stylelint css shareable config.
- stylelint scss shareable config.

[0.1.1]: https://github.com/standardpress/stylelint-config-standardpress/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/standardpress/stylelint-config-standardpress/releases/tag/0.1.0
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ build: off
test_script:
- node --version
- npm --version
- npm run lint
- npm test
deploy: off
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
"bugs": {
"url": "https://github.com/standardpress/stylelint-config-standardpress/issues"
},
"version": "0.1.0",
"version": "0.1.1",
"main": "css/index.js",
"files": [
"scss/index.js"
],
"scripts": {
"lint": "eslint css scss __tests__",
"test": "jest"
},
"peerDependencies": {
Expand All @@ -27,12 +26,6 @@
"stylelint-scss": "^3.5.4"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-standardpress": "^0.1.0",
"eslint-plugin-eslint-comments": "^3.1.1",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-sort-requires": "^2.1.0",
"jest": "^24.5.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
Expand Down

0 comments on commit b716d5b

Please sign in to comment.