Skip to content

Commit

Permalink
Publish problems...
Browse files Browse the repository at this point in the history
  • Loading branch information
bizdek committed Sep 24, 2017
1 parent 1a14ed6 commit 5923291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# verilog-tools

Handy tools for easier Verilog development in atom.
Handy tools for easier Verilog development in Atom.

### Install
This package requires [python](https://www.python.org/) with installed python package [pyverilog](https://pypi.python.org/pypi/pyverilog).
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
"name": "verilog-tools",
"main": "./lib/main",
"version": "0.0.0",
"description": "A short description of your package",
"keywords": ["Verilog"
"description": "Handy tools for easier Verilog development in Atom.",
"keywords": [
"Verilog",
"HDL"
],

"repository": "https://github.com/atom/bizdek-verilog-tools",
"repository": "https://github.com/bizdek/verilog-tools.git",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {

},

"dependencies": {},
"providedServices": {
"intentions:list": {
"versions": {
Expand Down

0 comments on commit 5923291

Please sign in to comment.