@wrote/ensure-path
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -42,3 +42,2 @@ const { mkdir } = require('fs'); | ||
module.exports = ensurePath | ||
//# sourceMappingURL=index.js.map | ||
module.exports = ensurePath |
@@ -0,1 +1,8 @@ | ||
## 14 January 2019 | ||
### 1.0.4 | ||
- [package] Add the "module" field. | ||
- [package] Remove source maps. | ||
## 15 September 2018 | ||
@@ -6,2 +13,3 @@ | ||
- [fix] Make sure there is no error when multiple calls are made in parallel. | ||
- [build] Build with [`alamode`](https://alamode.cc). | ||
@@ -8,0 +16,0 @@ ## 4 July 2018 |
{ | ||
"name": "@wrote/ensure-path", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Create all directories on the way to the path.", | ||
"main": "build", | ||
"module": "src/index.js", | ||
"scripts": { | ||
@@ -17,7 +18,8 @@ "t": "zoroaster -a", | ||
"example/": "yarn e example/example.js", | ||
"b": "alamode src -o build", | ||
"b": "alamode src -o build -s", | ||
"build": "yarn-s b doc" | ||
}, | ||
"files": [ | ||
"build" | ||
"build", | ||
"src" | ||
], | ||
@@ -49,9 +51,9 @@ "repository": { | ||
"devDependencies": { | ||
"catchment": "3.1.1", | ||
"documentary": "1.15.2", | ||
"catchment": "3.2.0", | ||
"documentary": "1.20.1", | ||
"eslint-config-artdeco": "1.0.1", | ||
"spawncommand": "2.0.1", | ||
"temp-context": "1.0.0", | ||
"spawncommand": "2.1.0", | ||
"temp-context": "2.1.0", | ||
"yarn-s": "1.1.0", | ||
"zoroaster": "3.2.0" | ||
"zoroaster": "3.6.6" | ||
}, | ||
@@ -58,0 +60,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ # @wrote/ensure-path | ||
`@wrote/ensure-path` is a Node.js package that creates all directories on the way to the path. | ||
`@wrote/ensure-path` Creates All Directories On The Way To The Path. | ||
@@ -49,4 +49,4 @@ ```sh | ||
(c) [Art Deco][1] 2018 | ||
(c) [Wrote][1] 2019 | ||
[1]: https://artdeco.bz | ||
[1]: https://wrote.cc |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74
6489
2