Skip to content

Commit c41e4ff

Browse files
authored
Merge pull request rvdbreemen#2 from OttoWinter/convert-library-json
Convert to library.json and exclude specs from package
2 parents 37d654d + 53dcae0 commit c41e4ff

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

library.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Dsmr",
3+
"version": "0.2",
4+
"description": "Parser and utilities for Dutch Smart Meters (Implementing DSMR)",
5+
"keywords": "dsmr",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/glmnet/arduino-dsmr.git"
9+
},
10+
"license": "MIT",
11+
"exclude": [
12+
"specs/"
13+
]
14+
}

library.properties

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)