Skip to content

Commit c9652a9

Browse files
Updated dependencies
1 parent 9092473 commit c9652a9

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
{
2-
"name": "sweetjs",
2+
"name": "fs-snippets",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "node .\\build.js"
88
},
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/finsweet/sweetjs.git"
1212
},
13-
"keywords": [],
14-
"author": "",
13+
"keywords": [
14+
"webflow",
15+
"snippets"
16+
],
17+
"author": {
18+
"name": "Finsweet",
19+
"url": "https://www.finsweet.com/"
20+
},
1521
"license": "ISC",
1622
"bugs": {
1723
"url": "https://github.com/finsweet/sweetjs/issues"
1824
},
1925
"homepage": "https://github.com/finsweet/sweetjs#readme",
2026
"devDependencies": {
2127
"@types/highlightjs": "^10.1.0",
22-
"esbuild": "^0.10.0",
28+
"esbuild": "^0.10.2",
2329
"prettier": "^2.2.1",
2430
"typescript": "^4.2.3"
2531
},
2632
"dependencies": {
27-
"@finsweet/webflow-addons": "^1.0.6",
33+
"@finsweet/webflow-addons": "^1.0.7",
2834
"highlight.js": "^10.7.1"
2935
}
3036
}

0 commit comments

Comments
 (0)