We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cf8e8 commit 6c75bdbCopy full SHA for 6c75bdb
package.json
@@ -1,11 +1,9 @@
1
{
2
"name": "@netlify/open-api",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Netlify's open-api definition as a module",
5
"main": "js/swagger.json",
6
- "dependencies": {
7
- "swagger-ui": "^3.17.5"
8
- },
+ "dependencies": {},
9
"devDependencies": {
10
"autoprefixer": "^9.0.0",
11
"browserify": "^16.0.0",
@@ -20,7 +18,8 @@
20
18
"postcss-import": "^11.0.0",
21
19
"postcss-reporter": "^5.0.0",
22
"postcss-url": "^7.3.1",
23
- "rimraf": "^2.6.2"
+ "rimraf": "^2.6.2",
+ "swagger-ui": "^3.17.5"
24
},
25
"scripts": {
26
"clean": "rimraf js ui && mkdirp js ui",
0 commit comments