lib/ruby_npm/commands.rb in ruby_npm-0.1.0.pre.2 vs lib/ruby_npm/commands.rb in ruby_npm-0.1.0.pre.3

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true require_relative 'commands/install' +require_relative 'commands/run_script' module RubyNPM module Commands end end