Skip to content

Commit 34a4656

Browse files
author
Elias Mulhall
committed
Prep package for npm publishing
* Update the name to include the mojotech org * Bump version to 1.0.0 * Add description
1 parent aaf6055 commit 34a4656

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.git/
2+
.rpt2_cache/
3+
bin/
4+
coverage/
5+
nix-files/
6+
node_modules/
7+
src/
8+
test/
9+
.gitignore
10+
.prettierrc
11+
.travis.yml
12+
rollup.config.ts
13+
tags
14+
tsconfig-test.json
15+
tsconfig.json
16+
tslint.json
17+
yarn.lock

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "json-type-validation",
3-
"version": "0.0.0",
4-
"description": "",
2+
"name": "@mojotech/json-type-validation",
3+
"version": "1.0.0",
4+
"description": "runtime type checking and validation of untyped JSON data",
55
"keywords": [],
66
"main": "dist/json-type-validation.umd.js",
77
"module": "dist/json-type-validation.es5.js",

0 commit comments

Comments
 (0)