Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
misc: Prepare release v0.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaneko committed Apr 16, 2018
1 parent 4c24845 commit 0b50405
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-concat",
"version": "0.8.0-beta.0",
"version": "0.8.0-beta.1",
"description": "A CLI tool to concatenate GraphQL files into executable GraphQL files.",
"files": [
"dist"
Expand Down
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#!/usr/bin/env node

/**
* @author rkaneko
* @copyright 2018 Ryota Kaneko. All rights reserved.
* See LICENSE file in root directory for full license.
*/
"use strict"

import path from "path";

import parseOpts from "./cli/parseOpts";
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"moduleResolution": "node",
"esModuleInterop": true,
"removeComments": true,
"target": "ES2015",
"target": "node",
"lib": [
"DOM",
"ES2015",
Expand Down

0 comments on commit 0b50405

Please sign in to comment.