Skip to content

Commit f34407e

Browse files
committed
Tidy up dependencies on libs for package
1 parent 8c29953 commit f34407e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Gruntfile.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,17 @@ module.exports = function(grunt) {
7878
archive: 'dist/<%= pkg.name %>-<%= pkg.version %>.zip'
7979
},
8080
files: [{
81-
src: [ 'dist/*.js', 'LICENSE', 'libs/underscore/**', 'libs/q/**', 'libs/cryptojslib/**', 'libs/atomic/**' ]
81+
src: [
82+
'dist/*.js',
83+
'LICENSE',
84+
'libs/underscore/underscore-min.js',
85+
'libs/underscore/underscore-min.map',
86+
'libs/cryptojslib/rollups/md5.js',
87+
'libs/cryptojslib/components/lib-typedarrays-min.js',
88+
'libs/cryptojslib/components/enc-base64-min.js',
89+
'libs/atomic/dist/atomic.min.js',
90+
'libs/q/q.js'
91+
]
8292
}]
8393
}
8494
},

0 commit comments

Comments
 (0)