Skip to content

Commit 558e725

Browse files
prep for npm vn 0.0.2
1 parent ebc7dde commit 558e725

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

.package.json.un~

565 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handleview",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "MS Access with a Modern UI",
55
"main": "App.accdb",
66
"scripts": {

package.json~

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "handleview",
3+
"version": "0.0.1",
4+
"description": "MS Access with a Modern UI",
5+
"main": "App.accdb",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/BluejacketSoftware/HandleView.git"
12+
},
13+
"keywords": [
14+
"ms",
15+
"access"
16+
],
17+
"author": "Scott Reeves",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/BluejacketSoftware/HandleView/issues"
21+
},
22+
"homepage": "https://github.com/BluejacketSoftware/HandleView#readme"
23+
}

0 commit comments

Comments
 (0)