Skip to content

Commit 15b2eb0

Browse files
committed
Remove dist and uglify
1 parent 26cb8ae commit 15b2eb0

File tree

5 files changed

+1
-153
lines changed

5 files changed

+1
-153
lines changed

dist/json-patch-ot.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/json-patch-ot.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

gruntfile.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,7 @@ module.exports = function(grunt) {
1616
prereleaseName: false,
1717
regExp: false
1818
}
19-
},
20-
uglify: {
21-
json_patch_ot: {
22-
options: {
23-
sourceMap: true
24-
},
25-
files: {
26-
'dist/json-patch-ot.min.js': ['src/json-patch-ot.js']
27-
}
28-
}
2919
}
3020
});
31-
grunt.loadNpmTasks('grunt-contrib-uglify');
32-
grunt.loadNpmTasks('grunt-bump');
21+
grunt.loadNpmTasks('grunt-bump');
3322
};

package-lock.json

Lines changed: 0 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"devDependencies": {
3030
"grunt": "^1.0.4",
3131
"grunt-bump": "^0.8.0",
32-
"grunt-contrib-uglify": "^4.0.1",
3332
"jasmine": "^3.4.0"
3433
}
3534
}

0 commit comments

Comments
 (0)