solid-namespace
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -27,2 +27,4 @@ /** | ||
foaf: 'http://xmlns.com/foaf/0.1/', | ||
geo: 'http://www.w3.org/2003/01/geo/wgs84_pos#', | ||
gpx: 'http://www.w3.org/ns/pim/gpx#', | ||
http: 'http://www.w3.org/2007/ont/http#', | ||
@@ -36,2 +38,3 @@ httph: 'http://www.w3.org/2007/ont/httph#', | ||
mo: 'http://purl.org/ontology/mo/', | ||
org: 'http://www.w3.org/ns/org#', | ||
owl: 'http://www.w3.org/2002/07/owl#', | ||
@@ -38,0 +41,0 @@ pad: 'http://www.w3.org/ns/pim/pad#', |
{ | ||
"name": "solid-namespace", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A collection of common RDF namespaces used in the Solid project", | ||
@@ -8,2 +8,4 @@ "main": "./index.js", | ||
"build": "echo nothing to build", | ||
"preversion": "npm run test", | ||
"postversion": "git push --follow-tags", | ||
"standard": "standard index.js", | ||
@@ -10,0 +12,0 @@ "test": "node ./test.js" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20936
84