Skip to content

Commit e994848

Browse files
author
fengwan
committed
change engines of node
1 parent d656bad commit e994848

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ branches:
55
only:
66
- master
77
- next
8-
- feature/webpack3
98
jobs:
109
fast_finish: true
1110
allow_failures:

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,6 @@ By default, the path and name you specify will output the file in that same dire
181181
}
182182
```
183183

184-
### `useRelativePath`
185-
186-
`useRelativePath` should be `true` if you wish to generate a relative URL to the for each file context.
187-
188-
```js
189-
{
190-
loader: 'assemblyscript-typescript-loader',
191-
options: {
192-
useRelativePath: process.env.NODE_ENV === "production"
193-
}
194-
}
195-
```
196-
197184

198185

199186

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dist"
88
],
99
"engines": {
10-
"node": ">= 4.3 < 5.0.0 || >= 5.10"
10+
"node": ">=8"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)