Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Aug 16, 2018
1 parent 3451e79 commit a55124c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Prototypes/Packages.wl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Unprotect[Needs];

Needs[ list_List ] := Scan[ Needs, list ];

Protect[Needs];
4 changes: 2 additions & 2 deletions Prototypes/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Description -> "A paclet for prototype functions",
Creator -> "Arnoud Buzing",
Publisher -> "Wolfram Research",
Version -> "0.3.4",
Version -> "0.3.5",
MathematicaVersion -> "11.2+",
Loading -> Automatic,
Loading -> "Startup",
Thumbnail -> "icons/icon.png",
Extensions -> {
{ "Documentation", MainPage -> "Guides/Prototypes", Language -> "English"},
Expand Down
2 changes: 1 addition & 1 deletion Prototypes/Prototypes.wl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Module[ {files},
files = {"Build.wl", "Dataset.wl", "Files.wl", "Cloud.wl",
"Image.wl", "Language.wl", "Paclet.wl", "Formats.wl",
"Resources.wl", "Search.wl", "String.wl", "System.wl", "Color.wl",
"Entities.wl", "WolframAlpha.wl", "Translation.wl","GeoGraphics.wl", "Words.wl"};
"Entities.wl", "WolframAlpha.wl", "Translation.wl","GeoGraphics.wl", "Words.wl", "Packages.wl"};
Map[ Get[ FileNameJoin[{DirectoryName[$InputFileName], #}] ] &, files ];

(* only load in a notebook session *)
Expand Down

0 comments on commit a55124c

Please sign in to comment.