Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #81 from Alfresco/development
Browse files Browse the repository at this point in the history
0.3.7
  • Loading branch information
eromano authored Oct 30, 2016
2 parents f8714da + 9d8e725 commit c3f5b97
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Alfresco JS API

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

<a name="0.3.7"></a>
# [0.3.7](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.7) (2016-10-29)

## Fix
- [Latest version no longer works due to .d.ts errors #78](https://github.com/Alfresco/alfresco-js-api/issues/78)

<a name="0.3.6"></a>
# [0.3.6](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6) (2016-10-28)

Expand Down
1 change: 0 additions & 1 deletion dist/alfresco-js-api.d.ts

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alfresco-js-api",
"version": "0.3.6",
"version": "0.3.7",
"description": "JavaScript client library for the Alfresco REST API",
"main": "main.js",
"typings": "dist/alfresco-js-api.d.ts",
"typings": "index.d.ts",
"scripts": {
"clean": "rimraf dist/bundle.js node_modules",
"build": "grunt && npm run tslint && npm run test && npm run bundle && npm run minify && npm run toc",
Expand All @@ -13,7 +13,7 @@
"bundle": "browserify -s AlfrescoApi main.js -o dist/alfresco-js-api.js -t [ babelify --sourceMapsAbsolute --presets es2015 ] ",
"minify": "browserify -s AlfrescoApi dist/alfresco-js-api.js -d -p [minifyify --no-map] > dist/alfresco-js-api.min.js",
"watchify": "watchify -s AlfrescoApi main.js -o dist/alfresco-js-api.js",
"tslint": "tslint -c tslint.json typescript/alfresco-js-api.d.ts",
"tslint": "tslint -c tslint.json index.d.ts",
"toc": "markdown-toc -i README.md && markdown-toc -i test/mockObjects/README.md"
},
"repository": {
Expand Down
6 changes: 0 additions & 6 deletions typescript/tsconfig.json

This file was deleted.

0 comments on commit c3f5b97

Please sign in to comment.