@diana-ui/types
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@diana-ui/types", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "lib/types.js", | ||
@@ -16,3 +16,4 @@ "module": "module/types.js", | ||
"clean:files": "rimraf lib module", | ||
"prepare": "yarn clean:files && yarn build" | ||
"prepare": "yarn clean:files && yarn build", | ||
"watch": "npm-watch" | ||
}, | ||
@@ -23,3 +24,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@diana-ui/tokens": "^0.1.1", | ||
"@diana-ui/tokens": "^0.1.2", | ||
"aesthetic": "^5.1.0", | ||
@@ -31,3 +32,17 @@ "aesthetic-react": "^2.1.0" | ||
}, | ||
"gitHead": "fb58ae767f49609ed28182ac57cc1e633d5fbc79" | ||
"watch": { | ||
"prepare": { | ||
"runOnChangeOnly": true, | ||
"extensions": "ts,tsx", | ||
"ignore": [ | ||
"lib", | ||
"node_modules", | ||
"module" | ||
], | ||
"patterns": [ | ||
"." | ||
] | ||
} | ||
}, | ||
"gitHead": "c2e77673c7a20c671eec1ae889503bf5e382f458" | ||
} |
7289
Updated@diana-ui/tokens@^0.1.2