Skip to content

Commit 538fcfe

Browse files
committed
gh-pages is not working now
1 parent 03d45ed commit 538fcfe

File tree

4 files changed

+12
-87
lines changed

4 files changed

+12
-87
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2-
./lib
2+
lib
33
coverage
4+
ghpage

ghpage/src/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The rule can be described as [inline](https://webpack.js.org/concepts/loaders/#i
2929

3030
For example:
3131
```js
32-
`yaml-loader!front-matter-loader?attributesOnly`
32+
`yaml-loader!front-matter-loader?onlyAttributes`
3333
```
3434

3535
Or as a plain object (similar to the [Webpack rule](https://webpack.js.org/concepts/loaders/#configuration) use property):
@@ -155,6 +155,14 @@ Install
155155
yarn add complex-loader --dev
156156
```
157157

158+
Versions
159+
--
160+
161+
### 0.1.3
162+
163+
- Fixed bug with complex-loader/invoke which required from the outside directory
164+
165+
158166
Issues and pre-release
159167
--
160168

@@ -171,7 +179,7 @@ Author and license
171179

172180
Morulus <vladimirmorulus@gmail.com>
173181

174-
Under [MIT](./LICENSE) license, 2018
182+
Under [MIT](https://github.com/morulus/complex-loader/blob/master/LICENSE) license, 2018
175183

176184
See also
177185
--

package-lock.json

Lines changed: 0 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"babel-plugin-transform-es2015-spread": "^6.22.0",
3131
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3232
"babel-preset-env": "^1.7.0",
33-
"gh-pages": "^1.1.0",
3433
"jest": "^22.4.3"
3534
},
3635
"scripts": {

0 commit comments

Comments
 (0)