Merge branch 'creationix/add-missing-dns-types'

Этот коммит содержится в:
tigerbot 2017-05-23 16:14:05 -06:00
родитель a137d6b937 d5c20c58a3
Коммит 523dad1697
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -180,7 +180,7 @@ the name of the type in the format `parser/type.<typename>.js`.
For example, if `CNAME` wasn't already supported and I wanted to add support for
it I would follow these steps:
1) Update `dns.types.js`
1) Update `dns.types.js` if it's not there already.
```
A: 0x01 // 1

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "dns-suite",
"version": "1.0.3",
"version": "1.1.0",
"description": "testing dns",
"main": "dns.js",
"scripts": {