2 Commits

Author SHA1 Message Date
72d0b00908 1.1.1 2017-06-05 22:09:55 +02:00
060e29eccd Use correct dep key for brfs-babel
This would only work in dev, so fail on Travis.
2017-06-05 22:09:07 +02:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "kosmos-schemas", "name": "kosmos-schemas",
"version": "1.1.0", "version": "1.1.1",
"description": "JSON-LD schemas for Kosmos data formats", "description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -18,7 +18,7 @@
"type": "git", "type": "git",
"url": "https://github.com/67P/kosmos-schemas.git" "url": "https://github.com/67P/kosmos-schemas.git"
}, },
"devDependencies": { "dependencies": {
"brfs-babel": "^1.0.0" "brfs-babel": "^1.0.0"
}, },
"browserify": { "browserify": {