Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 3e6101b

Browse files
committed
Add "repository" field
1 parent 4533945 commit 3e6101b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "A library to traverse/modify an AST",
55
"main": "dist/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "[email protected]:salesforce-ux/query-ast.git"
9+
},
610
"scripts": {
711
"start": "node --harmony_destructuring --harmony_rest_parameters lib/index.js",
812
"test": "mocha lib/**/*.js test/**/*.js --reporter min --recursive --harmony_destructuring --harmony_rest_parameters",

0 commit comments

Comments
 (0)