Skip to content

Commit

Permalink
Start v6
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Oct 26, 2014
1 parent 87f4979 commit d9a938e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/validate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var jsonlint = require('jsonlint-lines-primitives');
var reference = require('mapbox-gl-style-spec/reference/v5');
var reference = require('mapbox-gl-style-spec/reference/v6');
var parseCSSColor = require('csscolorparser').parseCSSColor;
var format = require('util').format;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mapbox-gl-styles": "git+https://github.com/mapbox/mapbox-gl-styles.git#mb-pages"
},
"dependencies": {
"mapbox-gl-style-spec": "0.0.10",
"mapbox-gl-style-spec": "git+https://github.com/mapbox/mapbox-gl-style-spec.git#v6",
"js-beautify": "^1.4.2",
"minimist": "0.0.8",
"jsonlint-lines-primitives": "~1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fixture/constants.input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 5,
"version": 6,
"constants": {
"invalid": "invalid"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixture/functions.input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 5,
"version": 6,
"sources": {
"source": {
"type": "vector",
Expand Down
2 changes: 1 addition & 1 deletion test/fixture/layers.input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 5,
"version": 6,
"sources": {
"vector": {
"type": "vector",
Expand Down
2 changes: 1 addition & 1 deletion test/fixture/root-properties.output.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"line": 2,
"message": "version: expected one of [5], 3 found"
"message": "version: expected one of [6], 3 found"
},
{
"line": 3,
Expand Down

0 comments on commit d9a938e

Please sign in to comment.