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

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 25, 2018
1 parent 2a4bbb7 commit 6130a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@visualon/camljs",
"version": "2.7.0-rc",
"version": "2.7.0",
"description": "Simplifies creation of SharePoint CAML queries for client-side scripts. Can be used with either SharePoint Client Object Model or SPServices.",
"main": "./dist/camljs.js",
"types":"./dist/camljs.d.ts",
"types": "./dist/camljs.d.ts",
"scripts": {
"start": "tsc -w --pretty",
"tsc": "tsc",
"tsc:w": "tsc -w",
"prepublish": "tsc"
},
"files": [
"./dist"
"./dist"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 6130a2d

Please sign in to comment.