This repository was archived by the owner on Apr 1, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ 0.3.0 / 2017-11-16
2
+ ==================
3
+ - Upgrade Docker container to ` node:8.9.1-alpine `
4
+ - Remove redundant ` -- ` for forwarding script options
5
+
1
6
0.2.0 / 2017-10-31
2
7
==================
3
8
- Upgrade Docker container to ` node:8.8.1-alpine `
Original file line number Diff line number Diff line change 1
- FROM node:8.8 .1-alpine
1
+ FROM node:8.9 .1-alpine
2
2
3
3
ENV USERNAME nodeuser
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gp-data-etl" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " ETL to extract data from Syndication and store as JSON" ,
5
5
"main" : " app.js" ,
6
6
"scripts" : {
7
7
"coverage-check" : " istanbul check-coverage --config .istanbul.yml" ,
8
- "coverage-generate" : " yarn istanbul -- cover _mocha -- --recursive test/unit" ,
8
+ "coverage-generate" : " yarn istanbul cover -- _mocha -- --recursive test/unit" ,
9
9
"coverage-upload-coveralls" : " cat ./coverage/lcov.info | coveralls" ,
10
10
"git-hook" : " yarn lint && yarn coverage-generate && yarn coverage-check" ,
11
11
"istanbul" : " NODE_ENV=test istanbul" ,
21
21
"test-ci" : " yarn git-hook && yarn coverage-upload-coveralls" ,
22
22
"test-integration" : " NODE_ENV=test mocha --recursive test/integration" ,
23
23
"test-unit" : " NODE_ENV=test mocha --recursive test/unit" ,
24
- "test-watch" : " yarn test-unit -- -- watch --reporter min" ,
25
- "test-watch-integration" : " yarn test-integration -- -- watch --reporter min"
24
+ "test-watch" : " yarn test-unit --watch --reporter min" ,
25
+ "test-watch-integration" : " yarn test-integration --watch --reporter min"
26
26
},
27
27
"repository" : {
28
28
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments