Skip to content

Commit c8690ae

Browse files
updated: name
1 parent 0664cd3 commit c8690ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Gianluca Guarini
3+
Copyright (c) Gianluca Guarini
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# next-query
1+
# bianco-query
22
Modern DOM query selectors helpers written in es2015
33

44
This script will not be transpiled and it is only thought to be part of your build chain.
55

66
## Usage
77

88
```js
9-
import $ from 'next-query'
9+
import $ from 'bianco-query'
1010

1111
$('h1').forEach((h1) => console.log(h1.innerHTML))
1212
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "next-query",
2+
"name": "bianco-query",
33
"version": "0.0.0",
44
"description": "Modern DOM query selectors helpers written in es2015",
55
"main": "index.js",
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/GianlucaGuarini/next-query.git"
16+
"url": "git+https://github.com/GianlucaGuarini/bianco-query.git"
1717
},
1818
"keywords": [
1919
"es6",
@@ -27,7 +27,7 @@
2727
"author": "Gianluca Guarini <[email protected]> (http://gianlucaguarini.com)",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/GianlucaGuarini/next-query/issues"
30+
"url": "https://github.com/GianlucaGuarini/bianco-query/issues"
3131
},
32-
"homepage": "https://github.com/GianlucaGuarini/next-query#readme"
32+
"homepage": "https://github.com/GianlucaGuarini/bianco-query#readme"
3333
}

0 commit comments

Comments
 (0)