webflow-clipboard 1.0.0 → 1.0.2
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/README.md +5 -0
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -4,6 +4,11 @@ Copy to Webflow / Paste from Webflow as a reusable npm library. Put Xscp JSON on
|
|
|
4
4
|
|
|
5
5
|
Use the **core API** in any JS/TS app, or the **React** components for a ready **"Copy to Webflow"** button.
|
|
6
6
|
|
|
7
|
+
## Repository
|
|
8
|
+
|
|
9
|
+
- Source code: https://github.com/bejamas/webflow-clipboard
|
|
10
|
+
- Issues: https://github.com/bejamas/webflow-clipboard/issues
|
|
11
|
+
|
|
7
12
|
## Install
|
|
8
13
|
|
|
9
14
|
```bash
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webflow-clipboard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Copy to Webflow / Paste from Webflow — put Xscp JSON on the clipboard for Webflow Designer, or extract it from a paste event. Use as a script or as a React \"Copy to Webflow\" button.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Bejamas",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/bejamas/
|
|
10
|
-
|
|
9
|
+
"url": "git+https://github.com/bejamas/webflow-clipboard.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/bejamas/webflow-clipboard#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/bejamas/webflow-clipboard/issues"
|
|
11
14
|
},
|
|
12
15
|
"publishConfig": {
|
|
13
16
|
"access": "public"
|