Skip to content

Commit

Permalink
added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Aug 3, 2016
1 parent 8669579 commit badbca2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Adds default and custom style properties to Brisky",
"main": "lib/index.js",
"scripts": {
"start": "watchify-server test/index.js",
"test": "(ducktape; node test) | tap-difflet && standard",
"watch": "nodemon test | tap-difflet",
"watch-browser": "budo ./test/index.js:bundle.js -d ./test --css test/bundle.css --pushstate --live -- -r ./package.json:package.json",
"cover": "istanbul cover --report none --print detail test/index.js",
"docs": "node_modules/vigour-doc/bin/vdoc",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard"
Expand Down Expand Up @@ -45,8 +45,7 @@
"standard": "^7.0.1",
"tap-difflet": "0.4.0",
"tape": "^4.4.0",
"vigour-doc": "^1.1.5",
"watchify-server": "^1.0.2"
"budo": "^8.2.2"
},
"browserify": {
"transform": [
Expand Down
22 changes: 22 additions & 0 deletions test/context.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
'use strict'

// types: {
// dimensions: {
// style: {
// border: '3px solid white',
// width: {
// $: 'width',
// $transform: (val) => val * 0.05
// },
// height: {
// $: 'height',
// $transform: (val) => val * 0.05
// },
// }
// }
// },
// child: {
// class: true,
// child: 'Constructor'
// },
// // dimensions: { type: 'dimensions', $: 'client' },

0 comments on commit badbca2

Please sign in to comment.