Skip to content

Commit 9051d82

Browse files
authored
Merge pull request #2 from fabrix-app/v1.1
[release]
2 parents 6dd0979 + 4ecb590 commit 9051d82

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- run:
3232
name: install-npm-wee
3333
command: npm install
34-
- run:
35-
name: install-npm-sqlite
36-
command: npm install sqlite3@4.0.0
3734
- save_cache:
3835
key: dependency-cache-{{ checksum "package.json" }}
3936
paths:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fabrix/spool-caches",
3-
"version": "1.1.0-alpha.1",
3+
"version": "1.1.0",
44
"description": "Caches - Spool for Fabrix to cache through many different store options",
55
"homepage": "https://fabrix.app",
66
"author": {

0 commit comments

Comments
 (0)