Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 554a103

Browse files
author
Adam Kliment
committed
Bumped version
1 parent d8f2c10 commit 554a103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-string-parser",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Parse HTTP Request and Response from String",
55
"main": "lib/parser.js",
66
"scripts": {

scripts/prepublish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
./scripts/test &&
3-
./scripts/build
3+
./scripts/build

0 commit comments

Comments
 (0)