Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Nov 13, 2017
1 parent 593648f commit cfe01d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attiny-common",
"version": "0.1.0",
"version": "0.1.1",
"description": "A common library for Tessel's ATTiny based modules",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -15,16 +15,16 @@
"ambient",
"spi"
],
"dependencies" : {
"dependencies": {
"avr-isp": "0.0.5",
"sync-queue" : "~0.0.1"
"sync-queue": "~0.0.1"
},
"devDependencies": {
"tinytap": "^0.2.0",
"async" : "~0.9.0"
"async": "~0.9.0"
},
"hardware" : {
"test" : false
"hardware": {
"test": false
},
"author": "[email protected]",
"license": "MIT"
Expand Down

0 comments on commit cfe01d3

Please sign in to comment.