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

Commit 9d8e725

Browse files
eromanomagemello
authored andcommitted
move d.ts in root/index.d.ts #78
1 parent f8714da commit 9d8e725

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Alfresco JS API
66

77
_This project provides a JavaScript client API into the v1 Alfresco REST API_
88

9+
<a name="0.3.7"></a>
10+
# [0.3.7](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.7) (2016-10-29)
11+
12+
## Fix
13+
- [Latest version no longer works due to .d.ts errors #78](https://github.com/Alfresco/alfresco-js-api/issues/78)
14+
915
<a name="0.3.6"></a>
1016
# [0.3.6](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6) (2016-10-28)
1117

dist/alfresco-js-api.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "alfresco-js-api",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "JavaScript client library for the Alfresco REST API",
55
"main": "main.js",
6-
"typings": "dist/alfresco-js-api.d.ts",
6+
"typings": "index.d.ts",
77
"scripts": {
88
"clean": "rimraf dist/bundle.js node_modules",
99
"build": "grunt && npm run tslint && npm run test && npm run bundle && npm run minify && npm run toc",
@@ -13,7 +13,7 @@
1313
"bundle": "browserify -s AlfrescoApi main.js -o dist/alfresco-js-api.js -t [ babelify --sourceMapsAbsolute --presets es2015 ] ",
1414
"minify": "browserify -s AlfrescoApi dist/alfresco-js-api.js -d -p [minifyify --no-map] > dist/alfresco-js-api.min.js",
1515
"watchify": "watchify -s AlfrescoApi main.js -o dist/alfresco-js-api.js",
16-
"tslint": "tslint -c tslint.json typescript/alfresco-js-api.d.ts",
16+
"tslint": "tslint -c tslint.json index.d.ts",
1717
"toc": "markdown-toc -i README.md && markdown-toc -i test/mockObjects/README.md"
1818
},
1919
"repository": {

typescript/tsconfig.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)