Skip to content

Commit

Permalink
fix: use github actions for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
peec committed Oct 19, 2021
1 parent 7195bd0 commit d771be8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Sanity Asset Source Plugin: ImageShop

[![Build Status](https://travis-ci.org/Keyteq/sanity-plugin-asset-source-imageshop.svg?branch=master)](https://travis-ci.org/sanity-io/sanity-plugin-asset-source-cloudinary)

Imageshop is a complete Digital Asset Management system (DAM system) for organizing and sharing images, videos and documents. This plugin integrates Imageshop image picker neatly into Sanity, so that you can access all your company's images inside Sanity CMS with only one click. You can also upload photos to Imageshop without leaving Sanity.

![Screenshot](screenshot.png)



## Installation

`sanity install @labs-tech/sanity-plugin-asset-source-imageshop`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@sanity/base": "^2.21.0",
"@sanity/components": "^2.14.0",
"@sanity/ui": "^0.36.12",
"react": ">= 16.9",
"react-dom": ">= 16.2"
"react": ">= 16.9 || ^17",
"react-dom": ">= 16.2 || ^17"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
Expand Down

0 comments on commit d771be8

Please sign in to comment.