Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Aug 14, 2019
1 parent defa039 commit a1e19a8
Show file tree
Hide file tree
Showing 28 changed files with 1,752 additions and 8,132 deletions.
18 changes: 18 additions & 0 deletions .babelrc.js
@@ -0,0 +1,18 @@
console.log('Load babel config');

module.exports = {
presets: [
[
'@babel/preset-env',
{
loose: true,
modules: false,
},
],
],
env: {
test: {
presets: ['@babel/preset-env'],
},
},
};
21 changes: 14 additions & 7 deletions .gitignore
@@ -1,20 +1,27 @@
bower_components/
nohup.out
*.iml
.idea/
*.log
.idea
.ipr
.iws
*~
~*
*.diff
*.log
*.patch
*.bak
.DS_Store
Thumbs.db
.project
.*proj
.svn/
.svn
*.swp
out/
node_modules/
*.swo
*.pyc
*.pyo
node_modules
.cache
build
coverage
*.map
/pkg/
yarn.lock
/storybook-static/
27 changes: 0 additions & 27 deletions .jscsrc

This file was deleted.

28 changes: 0 additions & 28 deletions .jshintrc

This file was deleted.

21 changes: 0 additions & 21 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions .prettierrc
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
9 changes: 2 additions & 7 deletions .travis.yml
Expand Up @@ -3,11 +3,6 @@ notifications:
email:
- yiminghe@gmail.com
node_js:
- 0.11
before_script:
- npm start &
- npm install mocha-phantomjs -g
- phantomjs --version
- 10.15.0
script:
- npm run browser-test
- npm run browser-test-cover
- npm run coverage
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,6 @@ querySelectorAll in javascript
[![NPM downloads](http://img.shields.io/npm/dm/query-selector.svg)](https://npmjs.org/package/query-selector)
[![Build Status](https://secure.travis-ci.org/yiminghe/query-selector.png?branch=master)](https://travis-ci.org/yiminghe/query-selector)
[![Coverage Status](https://img.shields.io/coveralls/yiminghe/query-selector.svg)](https://coveralls.io/r/yiminghe/query-selector?branch=master)
[![Dependency Status](https://gemnasium.com/yiminghe/query-selector.png)](https://gemnasium.com/yiminghe/query-selector)
[![node version](https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square)](http://nodejs.org/download/)


## use on node
Expand Down

0 comments on commit a1e19a8

Please sign in to comment.