Skip to content

Commit 096b052

Browse files
author
zhaoxuxu
committed
fix bin & version to 0.10.0
1 parent 237f341 commit 096b052

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badeggg/mock-api",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"description": "mock api",
55
"main": "./src/index.js",
66
"bin": {

src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
const pathUtil = require('path');
24
const fs = require('fs');
35
const express = require('express');

0 commit comments

Comments
 (0)