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 2b565b4 commit 2afa7f0Copy full SHA for 2afa7f0
functions/status.mjs renamed to functions/status.js
@@ -1,6 +1,4 @@
1
-import {
2
- NetlifyAPI
3
-} from 'netlify';
+const NetlifyAPI = require('netlify')
4
5
exports.handler = async (event, context) => {
6
package.json
@@ -9,11 +9,11 @@
9
"author": "",
10
"license": "MIT",
11
"dependencies": {
12
- "netlify": "^10.1.2"
+ "netlify": "^3.1.0"
13
},
14
"devDependencies": {
15
"@node-minify/babel-minify": "^5.3.0",
16
"@node-minify/clean-css": "^5.3.0",
17
"@node-minify/core": "^6.0.0"
18
}
19
-}
+}
0 commit comments