Skip to content

Commit 3588565

Browse files
Update N3.js
1 parent 3b60ed4 commit 3588565

File tree

3 files changed

+7164
-6488
lines changed

3 files changed

+7164
-6488
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "turtle-validator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "This command line tool validates Turtle documents and does XSD datatype checks",
5-
"main": "TurtleValidator.js",
5+
"main": "lib/validator.js",
66
"bin": {
77
"ttl": "./TurtleValidator.js"
88
},
99
"dependencies": {
10-
"n3": "^0.4.0"
10+
"n3": "^0.11.x"
1111
},
1212
"devDependencies": {},
1313
"scripts": {
14+
"build": "browserify lib/validator.js -o public/js/ttl.js",
1415
"test": "echo \"Error: no test specified\" && exit 1"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)