Makefile in hauler-0.3.3 vs Makefile in hauler-0.3.4

- old
+ new

@@ -1,14 +1,11 @@ build_gem: gem build hauler.gemspec +build_npm: + npm run build + publish_gem: build_gem ls -t *.gem | head | xargs gem push && rm *.gem - -publish_npm: - npm run build - cd dist/ - npm publish - cd .. .PHONY: all;