Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.

Commit 6130a2d

Browse files
committed
v2.7.0
1 parent 2a4bbb7 commit 6130a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@visualon/camljs",
3-
"version": "2.7.0-rc",
3+
"version": "2.7.0",
44
"description": "Simplifies creation of SharePoint CAML queries for client-side scripts. Can be used with either SharePoint Client Object Model or SPServices.",
55
"main": "./dist/camljs.js",
6-
"types":"./dist/camljs.d.ts",
6+
"types": "./dist/camljs.d.ts",
77
"scripts": {
88
"start": "tsc -w --pretty",
99
"tsc": "tsc",
1010
"tsc:w": "tsc -w",
1111
"prepublish": "tsc"
1212
},
1313
"files": [
14-
"./dist"
14+
"./dist"
1515
],
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)