Browse Source

Change package.json so changed to elixir will be non-breaking changes in versions only.

Luke Brookhart 9 years ago
parent
commit
a457d91139
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,6 +2,6 @@
   "private": true,
   "devDependencies": {
     "gulp": "^3.8.8",
-    "laravel-elixir": "*"
+    "laravel-elixir": "~1.0.0"
   }
 }