@brightcove/typed-immutable-extensions
Advanced tools
Comparing version
@@ -9,2 +9,17 @@ # Changelog | ||
## [0.1.1] - 2018-08-13 | ||
### Added | ||
- `prepublishOnly` task to build the library | ||
- `files` specifier in `package.json` to restrict which files are packaged | ||
### Changed | ||
- Changed API and CONTRIBUTING URLs in README to be absolute URLs | ||
### Removed | ||
- `lib` from git repo | ||
## [0.1.0] - 2018-08-13 | ||
@@ -11,0 +26,0 @@ |
{ | ||
"name": "@brightcove/typed-immutable-extensions", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Extensions on top of typed-immutable to make it better", | ||
@@ -14,3 +14,4 @@ "main": "lib/index.js", | ||
"jsdoc:md": "jsdoc2md --files src/index.js > docs/API.md", | ||
"jsdoc:all": "npm run jsdoc && npm run jsdoc:md" | ||
"jsdoc:all": "npm run jsdoc && npm run jsdoc:md", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -38,3 +39,8 @@ "repository": { | ||
"typed-immutable": "^0.1.2" | ||
} | ||
}, | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENSE" | ||
] | ||
} |
@@ -17,3 +17,3 @@ [](https://travis-ci.org/brightcove/typed-immutable-extensions) | ||
Please see the [API documentation](docs/API.md). | ||
Please see the [API documentation](https://github.com/brightcove/typed-immutable-extensions/blob/master/docs/API.md). | ||
@@ -32,3 +32,3 @@ ## Info | ||
Contributions are welcome, please see the [contributing guidelines](CONTRIBUTING.md). | ||
Contributions are welcome, please see the [contributing guidelines](https://github.com/brightcove/typed-immutable-extensions/blob/master/CONTRIBUTING.md). | ||
@@ -35,0 +35,0 @@ ## Issues and Questions |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24067
-98.47%5
-91.07%265
-91.87%1
Infinity%