mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
added ignore ignore files
This commit is contained in:
+15
@@ -3,6 +3,21 @@
|
||||
"version": "0.6.13",
|
||||
"description": "An advanced barcode-scanner written in JavaScript",
|
||||
"main": "dist/quagga.js",
|
||||
"ignore": [
|
||||
"build",
|
||||
"doc",
|
||||
"spec",
|
||||
"src",
|
||||
"tasks",
|
||||
"test",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
"Gruntfile.js",
|
||||
"karma-integration.conf.js",
|
||||
"karma.conf.js",
|
||||
"package.json",
|
||||
"test-main.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"async": "^0.9.0",
|
||||
"grunt": "~0.4.5",
|
||||
|
||||
Reference in New Issue
Block a user