sanity-plugin-asset-source-unsplash 0.2.0 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-asset-source-unsplash",
3
- "version": "0.2.0",
3
+ "version": "0.2.3",
4
4
  "description": "Use images from Unsplash.com in your Sanity Studio",
5
5
  "keywords": [
6
6
  "sanity",
@@ -44,13 +44,9 @@
44
44
  "test": "jest --coverage",
45
45
  "test:watch": "jest --coverage --watch",
46
46
  "test:prod": "npm run lint && npm run test -- --no-cache",
47
- "deploy-docs": "ts-node tools/gh-pages-publish",
48
47
  "report-coverage": "cat ./coverage/lcov.info | coveralls",
49
48
  "commit": "git-cz",
50
- "semantic-release": "semantic-release",
51
- "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
52
49
  "precommit": "lint-staged",
53
- "travis-deploy-once": "travis-deploy-once",
54
50
  "prepublishOnly": "npm run build"
55
51
  },
56
52
  "lint-staged": {
@@ -87,6 +83,7 @@
87
83
  "@commitlint/config-conventional": "^7.6.0",
88
84
  "@sanity/base": "^2.21.5",
89
85
  "@sanity/components": "^2.13.0",
86
+ "@sanity/semantic-release-preset": "^1.1.3",
90
87
  "@types/jest": "^23.3.2",
91
88
  "@types/lodash": "^4.14.149",
92
89
  "@types/node": "^10.17.4",
@@ -119,10 +116,8 @@
119
116
  "rollup-plugin-sourcemaps": "^0.4.2",
120
117
  "rollup-plugin-typescript2": "^0.25.2",
121
118
  "rxjs": "^6.5.3",
122
- "semantic-release": "^15.13.30",
123
119
  "shelljs": "^0.8.3",
124
120
  "styled-components": "^5.2.0",
125
- "travis-deploy-once": "^5.0.9",
126
121
  "ts-jest": "^24",
127
122
  "ts-node": "^7.0.1",
128
123
  "tsconfig-paths-jest": "0.0.1",
@@ -136,6 +131,6 @@
136
131
  "dependencies": {
137
132
  "@sanity/ui": "^0.36.12",
138
133
  "react-infinite-scroll-component": "^6.1.0",
139
- "react-photo-album": "^1.10.2"
134
+ "react-photo-album": "1.10.2"
140
135
  }
141
136
  }