Skip to content

Commit

Permalink
renamed to array-view
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 8, 2024
1 parent 943d9e9 commit 9e5a01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Collection View for TypeScript and JavaScript

[![Coverage Status](https://coveralls.io/repos/github/Smoren/collections-view-ts/badge.svg?branch=master&rand=123)](https://coveralls.io/github/Smoren/collections-view-ts?branch=master)
![Build and test](https://github.com/Smoren/collections-view-ts/actions/workflows/test_master.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/Smoren/array-view-ts/badge.svg?branch=master&rand=123)](https://coveralls.io/github/Smoren/array-view-ts?branch=master)
![Build and test](https://github.com/Smoren/array-view-ts/actions/workflows/test_master.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "collections-view",
"name": "array-view",
"version": "0.1.0",
"description": "TODO",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Smoren/collections-view-ts.git"
"url": "git+https://github.com/Smoren/array-view-ts.git"
},
"author": {
"name": "Smoren",
"email": "ofigate@gmail.com",
"url": "https://github.com/Smoren"
},
"homepage": "https://github.com/Smoren/collections-view-ts#readme",
"homepage": "https://github.com/Smoren/array-view-ts#readme",
"bugs": {
"url": "https://github.com/Smoren/collections-view-ts/issues"
"url": "https://github.com/Smoren/array-view-ts/issues"
},
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 9e5a01f

Please sign in to comment.