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

Commit 32230a8

Browse files
committed
0.5.2
1 parent 7261fd3 commit 32230a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "alfresco-js-api",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "JavaScript client library for the Alfresco REST API",
55
"main": "main.js",
66
"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 && npm run webpack-test",
10-
"webpack-test" : "webpack main.js webpack-bundle-test.js",
10+
"webpack-test": "webpack main.js webpack-bundle-test.js",
1111
"test": "grunt test",
1212
"coverage": "grunt coverage",
1313
"generate": "mvn clean generate-sources",

0 commit comments

Comments
 (0)