Merge branch 'master' into develop

# Conflicts:
#	package.json
This commit is contained in:
CJ Patoilo 2016-10-07 15:34:16 -03:00
commit cd39551a17

View File

@ -70,6 +70,6 @@
"start": "run-p watch serve", "start": "run-p watch serve",
"reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../", "reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../",
"compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../", "compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../",
"test": "npm run lint" "test": "run-s build"
} }
} }