Skip to content

Milestone 0.0.11 #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Dec 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2a584a6
chore(package): update babel-eslint to version 7.1.1
greenkeeperio-bot Dec 6, 2016
594eb63
chore(package): update eslint-plugin-babel to version 4.0.0
greenkeeperio-bot Dec 6, 2016
2e4aedb
chore(package): update postcss to version 5.2.6
greenkeeperio-bot Dec 6, 2016
f9162e9
Merge remote-tracking branch 'origin/greenkeeper-babel-eslint-7.1.1'
Scrum Dec 8, 2016
c39bd55
Merge remote-tracking branch 'origin/greenkeeper-eslint-plugin-babel-…
Scrum Dec 8, 2016
4063571
Merge remote-tracking branch 'origin/greenkeeper-postcss-5.2.6'
Scrum Dec 8, 2016
9de0a67
perf(index): change improves regexp
Scrum Dec 9, 2016
92f743c
chore(package): add conventional
Scrum Dec 9, 2016
6729441
chore(package): add eslint markdown, fixed #56
Scrum Dec 9, 2016
9da47de
docs(readme): fix quotes
Scrum Dec 9, 2016
84d5d86
style(*): clinton recommendation
Scrum Dec 9, 2016
a39c1a5
chore(package): change babel-min to babili, fixed #85
Scrum Dec 9, 2016
f441209
chore(package): change preset-es2015 to preset-env
Scrum Dec 9, 2016
31e0ea0
test(package): add testen
Scrum Dec 9, 2016
6c84259
docs(readme): update at standard
Scrum Dec 9, 2016
dc6a038
chore(package): add np
Scrum Dec 9, 2016
25fe048
docs(package): fix badges
Scrum Dec 9, 2016
78932e0
docs(package): fix badges
Scrum Dec 9, 2016
d6857ec
ci(appveyor): add appveyor
Scrum Dec 9, 2016
1c3f5ea
docs(package): fix badges
Scrum Dec 9, 2016
c432336
ci(travis): add node 7
Scrum Dec 9, 2016
a254a6d
docs(package): shared badges
Scrum Dec 9, 2016
917c99b
ci(appveyor): fix last line indent
Scrum Dec 9, 2016
9dd67d3
docs(package): return link for testen
Scrum Dec 9, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
Expand Down
113 changes: 0 additions & 113 deletions README.md

This file was deleted.

19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"

version: "{build}"
build: off
deploy: off

install:
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
- node --version
- npm --version
- npm test
File renamed without changes.
21 changes: 21 additions & 0 deletions license
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) Ivan Demidov <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
134 changes: 90 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,87 +2,133 @@
"name": "postcss-attribute-selector-prefix",
"version": "0.0.10",
"description": "A attribute selector prefixer for postcss",
"license": "MIT",
"repository": "GitScrum/postcss-attribute-selector-prefix",
"homepage": "GitScrum/postcss-attribute-selector-prefix#readme",
"bugs": "GitScrum/postcss-attribute-selector-prefix/issues",
"author": {
"name": "Ivan Demidov",
"email": "[email protected]",
"url": "https://twitter.com/Scrum_"
},
"main": "lib/index.js",
"files": [
"lib/"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "eslint --format=node_modules/eslint-formatter-pretty ./src/*.js ./test/*.js && nyc ava",
"commitmsg": "conventional-changelog-lint -e",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
"patch": "np patch --any-branch",
"minor": "np minor --any-branch",
"major": "np major --any-branch",
"clean": "rm -rf lib && mkdir lib",
"build": "npm run clean && babel src/ -d lib/",
"prepublish": "npm run build",
"update": "updtr && ava-codemods --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitScrum/postcss-attribute-selector-prefix.git"
"lintjs": "eslint ./src/*.js ./test/*.js",
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
"pretest": "clinton && npm run lintjs && npm run lintmd",
"test": "nyc ava",
"update": "updtr && ava-codemods --force",
"testen": "testen -n -- ava"
},
"files": [
"lib/"
],
"keywords": [
"postcss",
"postcss-plugin",
"prefix",
"css"
],
"author": {
"name": "GitScrum",
"email": "[email protected]"
"dependencies": {
"postcss": "^5.2.6"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/GitScrum/postcss-attribute-selector-prefix/issues"
"devDependencies": {
"ava": "*",
"ava-codemods": "^0.3.0",
"babel-cli": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-babili": "^0.0.9",
"babel-preset-env": "^0.0.9",
"babel-register": "^6.11.6",
"clinton": "^0.8.0",
"conventional-changelog-cli": "^1.2.0",
"conventional-changelog-lint": "^1.1.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"eslint-config-xo": "^0.17.0",
"eslint-formatter-pretty": "^1.0.0",
"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-markdown": "^1.0.0-beta.3",
"eslint-plugin-require-path-exists": "^1.1.5",
"eslint-plugin-xo": "^1.0.0",
"husky": "^0.11.9",
"np": "^2.10.1",
"nyc": "^10.0.0",
"testen": "^1.8.2",
"updtr": "^0.2.3"
},
"testen": {
"node": [
"4",
"5",
"6",
"7"
]
},
"homepage": "https://github.com/GitScrum/postcss-attribute-selector-prefix#readme",
"babel": {
"presets": [
"es2015"
[
"env",
{
"targets": {
"node": "4"
}
}
],
"babili"
],
"plugins": [
"add-module-exports"
],
"comments": false,
"compact": true,
"minified": true
]
},
"ava": {
"require": [
"babel-register"
]
},
"eslintConfig": {
"format": "node_modules/eslint-formatter-pretty",
"parser": "babel-eslint",
"plugins": [
"ava",
"xo",
"babel",
"require-path-exists"
"require-path-exists",
"markdown"
],
"extends": [
"xo",
"plugin:xo/recommended",
"plugin:ava/recommended"
]
},
"dependencies": {
"postcss": "^5.1.1"
},
"devDependencies": {
"ava": "^0.17.0",
"ava-codemods": "^0.3.0",
"babel-cli": "^6.11.4",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-min": "^0.1.15",
"babel-register": "^6.11.6",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"eslint-config-xo": "^0.17.0",
"eslint-formatter-pretty": "^1.0.0",
"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"eslint-plugin-xo": "^1.0.0",
"nyc": "^10.0.0",
"updtr": "^0.2.3"
"clinton": {
"ignores": [
"test/**",
"tmp/**",
"lib/**",
"*.{html,jpg}"
],
"rules": {
"pkg-main": [
"off"
],
"xo": [
"off"
]
}
}
}
Loading