Skip to content

Commit

Permalink
Merge branch 'feature/change-package-name' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Dec 4, 2021
2 parents ddf11ad + 0526d2b commit 4e79ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaol

Yet another observer lib
Basic observer library

## Summary

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "yaol",
"name": "basol",
"version": "0.0.1",
"description": "Yet Another Observable Library",
"description": "Basic Observable Library",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
],
"scripts": {
"build": "npm run build-browser && npm run build-node",
"build-browser": "tsc -p tsconfig.browser.json",
Expand Down

0 comments on commit 4e79ece

Please sign in to comment.