File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2016 Gianluca Guarini
3
+ Copyright (c) Gianluca Guarini
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- # next -query
1
+ # bianco -query
2
2
Modern DOM query selectors helpers written in es2015
3
3
4
4
This script will not be transpiled and it is only thought to be part of your build chain.
5
5
6
6
## Usage
7
7
8
8
``` js
9
- import $ from ' next -query'
9
+ import $ from ' bianco -query'
10
10
11
11
$ (' h1' ).forEach ((h1 ) => console .log (h1 .innerHTML ))
12
12
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " next -query" ,
2
+ "name" : " bianco -query" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Modern DOM query selectors helpers written in es2015" ,
5
5
"main" : " index.js" ,
13
13
],
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " git+https://github.com/GianlucaGuarini/next -query.git"
16
+ "url" : " git+https://github.com/GianlucaGuarini/bianco -query.git"
17
17
},
18
18
"keywords" : [
19
19
" es6" ,
27
27
"author" :
" Gianluca Guarini <[email protected] > (http://gianlucaguarini.com)" ,
28
28
"license" : " MIT" ,
29
29
"bugs" : {
30
- "url" : " https://github.com/GianlucaGuarini/next -query/issues"
30
+ "url" : " https://github.com/GianlucaGuarini/bianco -query/issues"
31
31
},
32
- "homepage" : " https://github.com/GianlucaGuarini/next -query#readme"
32
+ "homepage" : " https://github.com/GianlucaGuarini/bianco -query#readme"
33
33
}
You can’t perform that action at this time.
0 commit comments