typescript-ds-lib 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ console.log(stack.size()); // 2
43
43
 
44
44
 
45
45
  ## Documentation and Examples
46
- See the [documentation](https://github.com/baloian/typescript-ds-lib/blob/master/DOCUMENTATION.md) for more details and examples.
46
+ See the [documentation](https://github.com/baloian/typescript-ds-lib/blob/master/doc/DOCUMENTATION.md) for more details and examples.
47
47
 
48
48
  ## Contributions
49
49
  Contributions are welcome and can be made by submitting GitHub pull requests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-ds-lib",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "A collection of TypeScript data structure implementations",
5
5
  "author": "Artiom Baloian <artiom.baloian@gmail.com>",
6
6
  "license": "MIT",