Skip to content

Commit

Permalink
rename so I can release to npm too
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Apr 7, 2019
1 parent 2b9572d commit 1e58700
Show file tree
Hide file tree
Showing 34 changed files with 31 additions and 860 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
editor-extensions
examples
example-codemod
_build
_esy
2 changes: 1 addition & 1 deletion belt/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(include_subdirs unqualified)

(library
(public_name ReasonLanguageServer.Belt)
(public_name reason-language-server.Belt)
(c_names stubs)
(flags :standard -w -A)
(name Belt))
2 changes: 1 addition & 1 deletion belt_ppx/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

(library
(name Belt_ppx)
(public_name ReasonLanguageServer.Belt_ppx)
(public_name reason-language-server.Belt_ppx)
(flags :standard -w -9)
(libraries compiler-libs ocaml-migrate-parsetree ppx_tools_versioned)
(preprocess (pps ppx_tools_versioned.metaquot_402))
Expand Down
2 changes: 1 addition & 1 deletion core/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(wrapped false)
(name Core)
(public_name ReasonLanguageServer.Core)
(public_name reason-language-server.Core)
(libraries Belt Vendor str Util)
(flags :standard -open Vendor -open Util -w -9)
(preprocess (pps Belt_ppx Ppx_monads))
Expand Down
Loading

0 comments on commit 1e58700

Please sign in to comment.