We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2752440 commit fa0915aCopy full SHA for fa0915a
README.md
@@ -12,6 +12,11 @@ Libraries for browsers can be found in [dist](/dist/) folder.
12
13
Any suggestions are welcome!
14
15
+**Important!** For some reason, npm was not removing `.git` folder from a published package,
16
+even though [it should have done it by default](https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package), therefore
17
+`npm update dynamics-web-api` was not working properly. If you see an error during an update of the package,
18
+please go to `node_modules\dynamics-web-api` of your application and remove `.git` directory manually. This error has been fixed in `v.1.4.7`.
19
+
20
## Table of Contents
21
22
* [Getting Started](#getting-started)
0 commit comments