Skip to content

Commit cb4eb4d

Browse files
author
Josip Brcina
committed
fix: export
1 parent a516421 commit cb4eb4d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# production
1212
/server-build
1313
/release
14+
/dist
1415

1516
# misc
1617
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
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.3-blue.svg
8+
[version-badge]: https://img.shields.io/badge/version-0.1.4-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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ljsp-core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
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)