Skip to content

Commit 7f49756

Browse files
committed
get ready for publishing v0.1 on npm
1 parent 92cb40d commit 7f49756

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
go.*
22
*.go
33
examples/**
4+
doc/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guiapi",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "guiapi is a package to build interactive multi page web applications",
55
"main": "guiapi.js",
66
"directories": {

0 commit comments

Comments
 (0)