Skip to content

Commit 8f446d4

Browse files
author
Josip Brcina
committed
docs: bump up version, rename package to ljsp-core
1 parent 3cb21f0 commit 8f446d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![version][version-badge]][changelog]
66

77
[changelog]: CHANGELOG.md
8-
[version-badge]: https://img.shields.io/badge/version-0.1.0-blue.svg
8+
[version-badge]: https://img.shields.io/badge/version-0.1.1-blue.svg
99

1010
# LJSP: Embrace the Lisp in JavaScript!
1111
Whether you agree that JavaScript is a Lisp or not, you can still harness the Lisp-inspired power of LJSP in your app. LJSP derives most of its functions from Clojure libraries. Clojurians will notice the extent to which we treated the Clojure docs not only as our requirements' specification, but as a great place to copy and paste text for our docs! For this, we offer heart-felt, tremendous thanks to the Clojure community.
@@ -15,14 +15,14 @@ For information on how to use LJSP, please visit our official documentation site
1515

1616
## Getting Started
1717

18-
NPM `npm i ljsp-js`
18+
NPM `npm i ljsp-core`
1919

20-
YARN `yarn add ljsp-js`
20+
YARN `yarn add ljsp-core`
2121

2222
### USAGE
2323

2424
```javascript
25-
import { log, condp, str, mult, count, instance$ } from 'ljsp-js';
25+
import { log, condp, str, mult, count, instance$ } from 'ljsp-core';
2626

2727
log("Enter a number: ")
2828
(function(line) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ljsp-js",
3-
"version": "0.1.0",
2+
"name": "ljsp-core",
3+
"version": "0.1.1",
44
"description": "A lisp-inspired functional library for javascript programmers",
55
"repository": {
66
"url": "https://github.com/finleap-connect/ljsp-js"

0 commit comments

Comments
 (0)