Fix bower can't run in some OS
This commit is contained in:
parent
5dfebed4c7
commit
5a75de1881
|
@ -2,10 +2,6 @@
|
|||
"name": "filer",
|
||||
"version": "0.0.28",
|
||||
"main": "dist/filer.js",
|
||||
"devDependencies": {
|
||||
"mocha": "1.17.1",
|
||||
"chai": "1.9.0"
|
||||
},
|
||||
"ignore": [
|
||||
"build",
|
||||
"examples",
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
"bugs": "https://github.com/js-platform/filer/issues",
|
||||
"license": "BSD",
|
||||
"scripts": {
|
||||
"postinstall": "./node_modules/.bin/bower install",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Mocha Tests</title>
|
||||
<link rel="stylesheet" href="../bower_components/mocha/mocha.css" />
|
||||
<script src="../bower_components/chai/chai.js"></script>
|
||||
<script src="../bower_components/mocha/mocha.js"></script>
|
||||
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
|
||||
<script src="../node_modules/chai/chai.js"></script>
|
||||
<script src="../node_modules/mocha/mocha.js"></script>
|
||||
<script>
|
||||
mocha.setup('bdd').timeout(5000).slow(250);;
|
||||
|
||||
|
|
Loading…
Reference in New Issue